Html Css Color HEX #FFCC20 Turbo

📋 copy color: '#FFCC20'

red 255 ◦ green 204 ◦ blue 32

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

Shades of Turbo #FFCC20

Tints of Turbo #FFCC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.52%

R = 51.93%
G = 41.55%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFCC20 (or 0xFFCC20) is known color: Turbo. HEX triplet: FF, CC and 20. RGB value is (255,204,32). Sum of RGB (Red+Green+Blue) = 255+204+32=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 32 (12.89% from 255 or 6.52% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC20 is #0033DF. Grayscale: #C8C8C8. Windows color (decimal): -13280 or 2149631. OLE color: 2149631.

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

Color convert

RGB 255 204 32 -
CMYK 0 0.2 0.87 0
HSL 46.28º 1% 0.56% -
HSV(B) 46.28º 0.87% 1% -
XYZ 63.09 64.55 10.5 -
YUV 199.64 33.4 167.49 -
System Red Green Blue C M Y K H S L
Decimal 255 204 32 0 0.2 0.87 0 46.28 1 0.56
Hex FF CC 20 0 14 57 0 2E 64 38
Octal 377 314 40 0 24 127 0 56 144 70
Binary 11111111 11001100 100000 0 10100 1010111 0 101110 1100100 111000

Color Harmonies of #FFCC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC20

Black with #FFCC20

Text Example


Text Example

White with #FFCC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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