#F5CC23

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

Shades of Turbo #F5CC23

Tints of Turbo #F5CC23

Color information

#F5CC23 (or 0xF5CC23) is unknown color: approx Turbo. HEX triplet: F5, CC and 23. RGB value is (245,204,35). Sum of RGB (Red+Green+Blue) = 245+204+35=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 35 (14.06% from 255 or 7.23% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CC23 is #0A33DC. Grayscale: #C5C5C5. Windows color (decimal): -668637 or 2346229. OLE color: 2346229.

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

Color convert

RGB24520435-
CMYK00.170.860.04
HSL48.29º91.3%54.9%-
HSV(B)48.29º85.71%96.08%-
XYZ59.5562.7210.56-
YUV196.9936.58162.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.62%
GREEN value IS 204 (80.08% from 255) = 42.15%
BLUE value IS 35 (14.06% from 255) = 7.23%
R=50.62%
G=42.15%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452043500.170.860.0448.2991.354.9
HexF5CC23011564305b37
Octal3653144302112646013367
Binary111101011100110010001101000110101101001100001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CC23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CC23; }

 p { color: rgb(245,204,35); }

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

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

 a { background-color: rgb(245,204,35); }

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

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

 span { border-color: rgb(245,204,35); }

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