#FFCA22

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

Shades of Turbo #FFCA22

Tints of Turbo #FFCA22

Color information

#FFCA22 (or 0xFFCA22) is unknown color: approx Turbo. HEX triplet: FF, CA and 22. RGB value is (255,202,34). Sum of RGB (Red+Green+Blue) = 255+202+34=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 34 (13.67% from 255 or 6.92% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA22 is #0035DD. Grayscale: #C7C7C7. Windows color (decimal): -13790 or 2280191. OLE color: 2280191.

HSL color Cylindrical-coordinate representation of color #FFCA22: hue angle of 45.61º 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 #FFCA22 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB25520234-
CMYK00.210.870
HSL45.61º100%56.67%-
HSV(B)45.61º86.67%100%-
XYZ62.6563.6210.49-
YUV198.735.06168.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 34 (13.67% from 255) = 6.92%
R=51.93%
G=41.14%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552023400.210.87045.6110056.67
HexFFCA220155702e6439
Octal3773124202512705614471
Binary1111111111001010100010010101101011101011101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA22; }

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

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

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

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

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

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

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

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