#FCC61D

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

Shades of Turbo #FCC61D

Tints of Turbo #FCC61D

Color information

#FCC61D (or 0xFCC61D) is unknown color: approx Turbo. HEX triplet: FC, C6 and 1D. RGB value is (252,198,29). Sum of RGB (Red+Green+Blue) = 252+198+29=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 29 (11.72% from 255 or 6.05% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC61D is #0339E2. Grayscale: #C3C3C3. Windows color (decimal): -211427 or 1951484. OLE color: 1951484.

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

Color convert

RGB25219829-
CMYK00.210.880.01
HSL45.47º97.38%55.1%-
HSV(B)45.47º88.49%98.82%-
XYZ60.5661.179.78-
YUV194.8834.39168.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.61%
GREEN value IS 198 (77.73% from 255) = 41.34%
BLUE value IS 29 (11.72% from 255) = 6.05%
R=52.61%
G=41.34%
B=6.05%

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
Decimal2521982900.210.880.0145.4797.3855.1
HexFCC61D0155812d6137
Octal3743063502513015514167
Binary111111001100011011101010101101100011011011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC61D; }

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

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

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

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

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

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

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

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