Html Css Color HEX #FFCC24 Turbo

📋 copy color: '#FFCC24'

red 255 ◦ green 204 ◦ blue 36

#FFCC24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turbo #FFCC24

Tints of Turbo #FFCC24

RGB

 RED value IS 255 (100% from 255) = 51.52%

 GREEN value IS 204 (80.08% from 255) = 41.21%

 BLUE value IS 36 (14.45% from 255) = 7.27%

R = 51.52%
G = 41.21%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFCC24 (or 0xFFCC24) is known color: Turbo. HEX triplet: FF, CC and 24. RGB value is (255,204,36). Sum of RGB (Red+Green+Blue) = 255+204+36=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 36 (14.45% from 255 or 7.27% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC24 is #0033DB. Grayscale: #C8C8C8. Windows color (decimal): -13276 or 2411775. OLE color: 2411775.

HSL color Cylindrical-coordinate representation of color #FFCC24: hue angle of 46.03º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFCC24 is Cyan = 0, Magento = 0.2, Yellow = 0.86 and Black (K on CMYK) = 0.

Color convert

RGB 255 204 36 -
CMYK 0 0.2 0.86 0
HSL 46.03º 1% 0.57% -
HSV(B) 46.03º 0.86% 1% -
XYZ 63.15 64.57 10.8 -
YUV 200.1 35.4 167.16 -
System Red Green Blue C M Y K H S L
Decimal 255 204 36 0 0.2 0.86 0 46.03 1 0.57
Hex FF CC 24 0 14 56 0 2E 64 39
Octal 377 314 44 0 24 126 0 56 144 71
Binary 11111111 11001100 100100 0 10100 1010110 0 101110 1100100 111001

Color Harmonies of #FFCC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC24

Black with #FFCC24

Text Example


Text Example

White with #FFCC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC24; }

 p { color: rgb(255,204,36); }

 H1.HeaderClassName
 {
   color: #FFCC24;
 }
 .AnyTagClassName
 {
   color: #FFCC24;
 }
</style>

background-color css

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

 a { background-color: rgb(255,204,36); }

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

border-color css

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

 span { border-color: rgb(255,204,36); }

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