#F5C91C

Color #F5C91C Turbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turbo #F5C91C

Tints of Turbo #F5C91C

Color information

#F5C91C (or 0xF5C91C) is unknown color: approx Turbo. HEX triplet: F5, C9 and 1C. RGB value is (245,201,28). Sum of RGB (Red+Green+Blue) = 245+201+28=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 28 (11.33% from 255 or 5.91% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C91C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C91C is #0A36E3. Grayscale: #C3C3C3. Windows color (decimal): -669412 or 1886709. OLE color: 1886709.

HSL color Cylindrical-coordinate representation of color #F5C91C: hue angle of 47.83º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5C91C is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB24520128-
CMYK00.180.890.04
HSL47.83º91.56%53.53%-
HSV(B)47.83º88.57%96.08%-
XYZ58.7561.279.83-
YUV194.4334.08164.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 51.69%
GREEN value IS 201 (78.91% from 255) = 42.41%
BLUE value IS 28 (11.33% from 255) = 5.91%
R=51.69%
G=42.41%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452012800.180.890.0447.8391.5653.53
HexF5C91C012594305c36
Octal3653113402213146013466
Binary11110101110010011110001001010110011001100001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C91C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C91C; }

 p { color: rgb(245,201,28); }

 H1.HeaderClassName
 {
   color: #F5C91C;
 }
 .AnyTagClassName
 {
   color: #F5C91C;
 }
</style>
background-color css

<style>
 a { background-color: #F5C91C; }

 a { background-color: rgb(245,201,28); }

 div.DivClassName
 {
   background-color: #F5C91C;
 }
 .BgClassName
 {
   background-color: #F5C91C;
 }
</style>
border-color css

<style>
 span { border-color: #F5C91C; }

 span { border-color: rgb(245,201,28); }

 td.TdClassName
 {
   border-color: #F5C91C;
 }
 .TagClassName
 {
   border-color: #F5C91C;
 }
</style>