Html Css Color HEX #FEBC27 Saffron

📋 copy color: '#FEBC27'

red 254 ◦ green 188 ◦ blue 39

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

Shades of Saffron #FEBC27

Tints of Saffron #FEBC27

RGB

 RED value IS 254 (99.61% from 255) = 52.81%

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

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

R = 52.81%
G = 39.09%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEBC27 (or 0xFEBC27) is known color: Saffron. HEX triplet: FE, BC and 27. RGB value is (254,188,39). Sum of RGB (Red+Green+Blue) = 254+188+39=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 39 (15.62% from 255 or 8.11% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC27 is #0143D8. Grayscale: #BFBFBF. Windows color (decimal): -82905 or 2604286. OLE color: 2604286.

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

Color convert

RGB 254 188 39 -
CMYK 0 0.26 0.85 0.00
HSL 41.58º 0.99% 0.57% -
HSV(B) 41.58º 0.85% 1% -
XYZ 59.22 57.18 9.84 -
YUV 190.75 42.37 173.12 -
System Red Green Blue C M Y K H S L
Decimal 254 188 39 0 0.26 0.85 0.00 41.58 0.99 0.57
Hex FE BC 27 0 1A 55 0 2A 63 39
Octal 376 274 47 0 32 125 0 52 143 71
Binary 11111110 10111100 100111 0 11010 1010101 0 101010 1100011 111001

Color Harmonies of #FEBC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC27

Black with #FEBC27

Text Example


Text Example

White with #FEBC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC27; }

 p { color: rgb(254,188,39); }

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

background-color css

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

 a { background-color: rgb(254,188,39); }

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

border-color css

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

 span { border-color: rgb(254,188,39); }

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