#FFC922

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

Shades of Turbo #FFC922

Tints of Turbo #FFC922

Color information

#FFC922 (or 0xFFC922) is unknown color: approx Turbo. HEX triplet: FF, C9 and 22. RGB value is (255,201,34). Sum of RGB (Red+Green+Blue) = 255+201+34=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 34 (13.67% from 255 or 6.94% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC922 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC922 is #0036DD. Grayscale: #C6C6C6. Windows color (decimal): -14046 or 2279935. OLE color: 2279935.

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

Color convert

RGB25520134-
CMYK00.210.870
HSL45.34º100%56.67%-
HSV(B)45.34º86.67%100%-
XYZ62.4263.1510.41-
YUV198.1135.39168.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.04%
GREEN value IS 201 (78.91% from 255) = 41.02%
BLUE value IS 34 (13.67% from 255) = 6.94%
R=52.04%
G=41.02%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552013400.210.87045.3410056.67
HexFFC9220155702d6439
Octal3773114202512705514471
Binary1111111111001001100010010101101011101011011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC922; }

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

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

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

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

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

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

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

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