#FCC71D

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

Shades of Turbo #FCC71D

Tints of Turbo #FCC71D

Color information

#FCC71D (or 0xFCC71D) is unknown color: approx Turbo. HEX triplet: FC, C7 and 1D. RGB value is (252,199,29). Sum of RGB (Red+Green+Blue) = 252+199+29=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 29 (11.72% from 255 or 6.04% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC71D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC71D is #0338E2. Grayscale: #C4C4C4. Windows color (decimal): -211171 or 1951740. OLE color: 1951740.

HSL color Cylindrical-coordinate representation of color #FCC71D: hue angle of 45.74º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCC71D is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB25219929-
CMYK00.210.880.01
HSL45.74º97.38%55.1%-
HSV(B)45.74º88.49%98.82%-
XYZ60.7961.639.85-
YUV195.4734.06168.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.5%
GREEN value IS 199 (78.12% from 255) = 41.46%
BLUE value IS 29 (11.72% from 255) = 6.04%
R=52.5%
G=41.46%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521992900.210.880.0145.7497.3855.1
HexFCC71D0155812e6137
Octal3743073502513015614167
Binary111111001100011111101010101101100011011101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC71D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC71D; }

 p { color: rgb(252,199,29); }

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

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

 a { background-color: rgb(252,199,29); }

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

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

 span { border-color: rgb(252,199,29); }

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