Html Css Color HEX #FCBC2D Saffron

📋 copy color: '#FCBC2D'

red 252 ◦ green 188 ◦ blue 45

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

Shades of Saffron #FCBC2D

Tints of Saffron #FCBC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.28%

R = 51.96%
G = 38.76%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCBC2D (or 0xFCBC2D) is known color: Saffron. HEX triplet: FC, BC and 2D. RGB value is (252,188,45). Sum of RGB (Red+Green+Blue) = 252+188+45=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC2D is #0343D2. Grayscale: #BFBFBF. Windows color (decimal): -213971 or 2997500. OLE color: 2997500.

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

Color convert

RGB 252 188 45 -
CMYK 0 0.25 0.82 0.01
HSL 41.45º 0.97% 0.58% -
HSV(B) 41.45º 0.82% 0.99% -
XYZ 58.6 56.85 10.37 -
YUV 190.83 45.7 171.63 -
System Red Green Blue C M Y K H S L
Decimal 252 188 45 0 0.25 0.82 0.01 41.45 0.97 0.58
Hex FC BC 2D 0 19 52 1 29 61 3A
Octal 374 274 55 0 31 122 1 51 141 72
Binary 11111100 10111100 101101 0 11001 1010010 1 101001 1100001 111010

Color Harmonies of #FCBC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC2D

Black with #FCBC2D

Text Example


Text Example

White with #FCBC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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