#FFC921

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

Shades of Turbo #FFC921

Tints of Turbo #FFC921

Color information

#FFC921 (or 0xFFC921) is unknown color: approx Turbo. HEX triplet: FF, C9 and 21. RGB value is (255,201,33). Sum of RGB (Red+Green+Blue) = 255+201+33=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 33 (13.28% from 255 or 6.75% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC921 is #0036DE. Grayscale: #C6C6C6. Windows color (decimal): -14047 or 2214399. OLE color: 2214399.

HSL color Cylindrical-coordinate representation of color #FFC921: hue angle of 45.41º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFC921 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB25520133-
CMYK00.210.870
HSL45.41º100%56.47%-
HSV(B)45.41º87.06%100%-
XYZ62.463.1410.34-
YUV197.9934.89168.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.15%
GREEN value IS 201 (78.91% from 255) = 41.10%
BLUE value IS 33 (13.28% from 255) = 6.75%
R=52.15%
G=41.10%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552013300.210.87045.4110056.47
HexFFC9210155702d6438
Octal3773114102512705514470
Binary1111111111001001100001010101101011101011011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC921; }

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

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

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

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

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

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

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

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