Html Css Color HEX #FCBC2A Saffron

📋 copy color: '#FCBC2A'

red 252 ◦ green 188 ◦ blue 42

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

Shades of Saffron #FCBC2A

Tints of Saffron #FCBC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.71%

R = 52.28%
G = 39%
B = 8.71%

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

#FCBC2A (or 0xFCBC2A) is known color: Saffron. HEX triplet: FC, BC and 2A. RGB value is (252,188,42). Sum of RGB (Red+Green+Blue) = 252+188+42=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC2A is #0343D5. Grayscale: #BFBFBF. Windows color (decimal): -213974 or 2800892. OLE color: 2800892.

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

Color convert

RGB 252 188 42 -
CMYK 0 0.25 0.83 0.01
HSL 41.71º 0.97% 0.58% -
HSV(B) 41.71º 0.83% 0.99% -
XYZ 58.55 56.83 10.07 -
YUV 190.49 44.2 171.87 -
System Red Green Blue C M Y K H S L
Decimal 252 188 42 0 0.25 0.83 0.01 41.71 0.97 0.58
Hex FC BC 2A 0 19 53 1 2A 61 3A
Octal 374 274 52 0 31 123 1 52 141 72
Binary 11111100 10111100 101010 0 11001 1010011 1 101010 1100001 111010

Color Harmonies of #FCBC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC2A

Black with #FCBC2A

Text Example


Text Example

White with #FCBC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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