#FFCB22

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

Shades of Turbo #FFCB22

Tints of Turbo #FFCB22

Color information

#FFCB22 (or 0xFFCB22) is unknown color: approx Turbo. HEX triplet: FF, CB and 22. RGB value is (255,203,34). Sum of RGB (Red+Green+Blue) = 255+203+34=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 34 (13.67% from 255 or 6.91% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB22 is #0034DD. Grayscale: #C8C8C8. Windows color (decimal): -13534 or 2280447. OLE color: 2280447.

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

Color convert

RGB25520334-
CMYK00.200.870
HSL45.88º100%56.67%-
HSV(B)45.88º86.67%100%-
XYZ62.8864.0910.57-
YUV199.2834.73167.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.83%
GREEN value IS 203 (79.69% from 255) = 41.26%
BLUE value IS 34 (13.67% from 255) = 6.91%
R=51.83%
G=41.26%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552033400.200.87045.8810056.67
HexFFCB220145702e6439
Octal3773134202412705614471
Binary1111111111001011100010010100101011101011101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCB22; }

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

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

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

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

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

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

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

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