Html Css Color HEX #FCBD2C Saffron

📋 copy color: '#FCBD2C'

red 252 ◦ green 189 ◦ blue 44

#FCBD2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saffron #FCBD2C

Tints of Saffron #FCBD2C

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 value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCBD2C (or 0xFCBD2C) is known color: 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

RGB 252 189 44 -
CMYK 0 0.25 0.83 0.01
HSL 41.83º 0.97% 0.58% -
HSV(B) 41.83º 0.83% 0.99% -
XYZ 58.8 57.27 10.34 -
YUV 191.31 44.87 171.29 -
System Red Green Blue C M Y K H S L
Decimal 252 189 44 0 0.25 0.83 0.01 41.83 0.97 0.58
Hex FC BD 2C 0 19 53 1 2A 61 3A
Octal 374 275 54 0 31 123 1 52 141 72
Binary 11111100 10111101 101100 0 11001 1010011 1 101010 1100001 111010

Color Harmonies of #FCBD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD2C

Black with #FCBD2C

Text Example


Text Example

White with #FCBD2C

Text Example


Text Example

HTML Codes & Css Web 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>