#F5CB27

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

Shades of Turbo #F5CB27

Tints of Turbo #F5CB27

Color information

#F5CB27 (or 0xF5CB27) is unknown color: approx Turbo. HEX triplet: F5, CB and 27. RGB value is (245,203,39). Sum of RGB (Red+Green+Blue) = 245+203+39=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 39 (15.62% from 255 or 8.01% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CB27 is #0A34D8. Grayscale: #C5C5C5. Windows color (decimal): -668889 or 2608117. OLE color: 2608117.

HSL color Cylindrical-coordinate representation of color #F5CB27: hue angle of 47.77º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5CB27 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB24520339-
CMYK00.170.840.04
HSL47.77º91.15%55.69%-
HSV(B)47.77º84.08%96.08%-
XYZ59.3862.2710.81-
YUV196.8638.91162.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.31%
GREEN value IS 203 (79.69% from 255) = 41.68%
BLUE value IS 39 (15.62% from 255) = 8.01%
R=50.31%
G=41.68%
B=8.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452033900.170.840.0447.7791.1555.69
HexF5CB27011544305b38
Octal3653134702112446013370
Binary111101011100101110011101000110101001001100001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CB27; }

 p { color: rgb(245,203,39); }

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

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

 a { background-color: rgb(245,203,39); }

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

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

 span { border-color: rgb(245,203,39); }

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