#FFCC22

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

Shades of Turbo #FFCC22

Tints of Turbo #FFCC22

Color information

#FFCC22 (or 0xFFCC22) is unknown color: approx Turbo. HEX triplet: FF, CC and 22. RGB value is (255,204,34). Sum of RGB (Red+Green+Blue) = 255+204+34=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 34 (13.67% from 255 or 6.90% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC22 is #0033DD. Grayscale: #C8C8C8. Windows color (decimal): -13278 or 2280703. OLE color: 2280703.

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

Color convert

RGB25520434-
CMYK00.20.870
HSL46.15º100%56.67%-
HSV(B)46.15º86.67%100%-
XYZ63.1264.5610.65-
YUV199.8734.4167.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 204 (80.08% from 255) = 41.38%
BLUE value IS 34 (13.67% from 255) = 6.90%
R=51.72%
G=41.38%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552043400.20.87046.1510056.67
HexFFCC220145702e6439
Octal3773144202412705614471
Binary1111111111001100100010010100101011101011101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCC22; }

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

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

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

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

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

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

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

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