#FCBD2C

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

Shades of Saffron #FCBD2C

Tints of Saffron #FCBD2C

Color information

#FCBD2C (or 0xFCBD2C) is unknown color: approx Saffron. HEX triplet: FC, BD and 2C. RGB value is (252,189,44). Sum of RGB (Red+Green+Blue) = 252+189+44=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 44 (17.58% from 255 or 9.07% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD2C is #0342D3. Grayscale: #BFBFBF. Windows color (decimal): -213716 or 2932220. OLE color: 2932220.

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

Color convert

RGB25218944-
CMYK00.250.830.01
HSL41.83º97.2%58.04%-
HSV(B)41.83º82.54%98.82%-
XYZ58.857.2710.34-
YUV191.3144.87171.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.96%
GREEN value IS 189 (74.22% from 255) = 38.97%
BLUE value IS 44 (17.58% from 255) = 9.07%
R=51.96%
G=38.97%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521894400.250.830.0141.8397.258.04
HexFCBD2C0195312a613a
Octal3742755403112315214172
Binary1111110010111101101100011001101001111010101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBD2C; }

 p { color: rgb(252,189,44); }

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

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

 a { background-color: rgb(252,189,44); }

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

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

 span { border-color: rgb(252,189,44); }

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