#FFC722

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

Shades of Turbo #FFC722

Tints of Turbo #FFC722

Color information

#FFC722 (or 0xFFC722) is unknown color: approx Turbo. HEX triplet: FF, C7 and 22. RGB value is (255,199,34). Sum of RGB (Red+Green+Blue) = 255+199+34=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 34 (13.67% from 255 or 6.97% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC722 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC722 is #0038DD. Grayscale: #C5C5C5. Windows color (decimal): -14558 or 2279423. OLE color: 2279423.

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

Color convert

RGB25519934-
CMYK00.220.870
HSL44.8º100%56.67%-
HSV(B)44.8º86.67%100%-
XYZ61.9562.2210.26-
YUV196.9336.05169.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.25%
GREEN value IS 199 (78.12% from 255) = 40.78%
BLUE value IS 34 (13.67% from 255) = 6.97%
R=52.25%
G=40.78%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551993400.220.87044.810056.67
HexFFC7220165702d6439
Octal3773074202612705514471
Binary1111111111000111100010010110101011101011011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC722; }

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

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

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

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

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

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

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

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