#FFC522

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

Shades of Turbo #FFC522

Tints of Turbo #FFC522

Color information

#FFC522 (or 0xFFC522) is unknown color: approx Turbo. HEX triplet: FF, C5 and 22. RGB value is (255,197,34). Sum of RGB (Red+Green+Blue) = 255+197+34=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 34 (13.67% from 255 or 7.00% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC522 is #003ADD. Grayscale: #C4C4C4. Windows color (decimal): -15070 or 2278911. OLE color: 2278911.

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

Color convert

RGB25519734-
CMYK00.230.870
HSL44.25º100%56.67%-
HSV(B)44.25º86.67%100%-
XYZ61.4961.3110.11-
YUV195.7636.72170.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 197 (77.34% from 255) = 40.53%
BLUE value IS 34 (13.67% from 255) = 7.00%
R=52.47%
G=40.53%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551973400.230.87044.2510056.67
HexFFC5220175702c6439
Octal3773054202712705414471
Binary1111111111000101100010010111101011101011001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC522; }

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

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

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

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

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

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

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

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