Html Css Color HEX #FCBC2C Saffron

📋 copy color: '#FCBC2C'

red 252 ◦ green 188 ◦ blue 44

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

Shades of Saffron #FCBC2C

Tints of Saffron #FCBC2C

RGB

 RED value IS 252 (98.83% from 255) = 52.07%

 GREEN value IS 188 (73.83% from 255) = 38.84%

 BLUE value IS 44 (17.58% from 255) = 9.09%

R = 52.07%
G = 38.84%
B = 9.09%

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

#FCBC2C (or 0xFCBC2C) is known color: Saffron. HEX triplet: FC, BC and 2C. RGB value is (252,188,44). Sum of RGB (Red+Green+Blue) = 252+188+44=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 44 (17.58% from 255 or 9.09% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC2C is #0343D3. Grayscale: #BFBFBF. Windows color (decimal): -213972 or 2931964. OLE color: 2931964.

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

Color convert

RGB 252 188 44 -
CMYK 0 0.25 0.83 0.01
HSL 41.54º 0.97% 0.58% -
HSV(B) 41.54º 0.83% 0.99% -
XYZ 58.58 56.84 10.27 -
YUV 190.72 45.2 171.71 -
System Red Green Blue C M Y K H S L
Decimal 252 188 44 0 0.25 0.83 0.01 41.54 0.97 0.58
Hex FC BC 2C 0 19 53 1 2A 61 3A
Octal 374 274 54 0 31 123 1 52 141 72
Binary 11111100 10111100 101100 0 11001 1010011 1 101010 1100001 111010

Color Harmonies of #FCBC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC2C

Black with #FCBC2C

Text Example


Text Example

White with #FCBC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC2C; }

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

 H1.HeaderClassName
 {
   color: #FCBC2C;
 }
 .AnyTagClassName
 {
   color: #FCBC2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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