Html Css Color HEX #FCBE27 Saffron

📋 copy color: '#FCBE27'

red 252 ◦ green 190 ◦ blue 39

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

Shades of Saffron #FCBE27

Tints of Saffron #FCBE27

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.5%

 BLUE value IS 39 (15.63% from 255) = 8.11%

R = 52.39%
G = 39.5%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCBE27 (or 0xFCBE27) is known color: Saffron. HEX triplet: FC, BE and 27. RGB value is (252,190,39). Sum of RGB (Red+Green+Blue) = 252+190+39=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 39 (15.62% from 255 or 8.11% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE27 is #0341D8. Grayscale: #BFBFBF. Windows color (decimal): -213465 or 2604796. OLE color: 2604796.

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

Color convert

RGB 252 190 39 -
CMYK 0 0.25 0.85 0.01
HSL 42.54º 0.97% 0.57% -
HSV(B) 42.54º 0.85% 0.99% -
XYZ 58.92 57.67 9.94 -
YUV 191.32 42.04 171.28 -
System Red Green Blue C M Y K H S L
Decimal 252 190 39 0 0.25 0.85 0.01 42.54 0.97 0.57
Hex FC BE 27 0 19 55 1 2B 61 39
Octal 374 276 47 0 31 125 1 53 141 71
Binary 11111100 10111110 100111 0 11001 1010101 1 101011 1100001 111001

Color Harmonies of #FCBE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE27

Black with #FCBE27

Text Example


Text Example

White with #FCBE27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE27; }

 p { color: rgb(252,190,39); }

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

background-color css

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

 a { background-color: rgb(252,190,39); }

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

border-color css

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

 span { border-color: rgb(252,190,39); }

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