Html Css Color HEX #FEBF2E Saffron

📋 copy color: '#FEBF2E'

red 254 ◦ green 191 ◦ blue 46

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

Shades of Saffron #FEBF2E

Tints of Saffron #FEBF2E

RGB

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

 GREEN value IS 191 (75% from 255) = 38.9%

 BLUE value IS 46 (18.36% from 255) = 9.37%

R = 51.73%
G = 38.9%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEBF2E (or 0xFEBF2E) is known color: Saffron. HEX triplet: FE, BF and 2E. RGB value is (254,191,46). Sum of RGB (Red+Green+Blue) = 254+191+46=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF2E is #0140D1. Grayscale: #C1C1C1. Windows color (decimal): -82130 or 3063806. OLE color: 3063806.

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

Color convert

RGB 254 191 46 -
CMYK 0 0.25 0.82 0.00
HSL 41.83º 0.99% 0.59% -
HSV(B) 41.83º 0.82% 1% -
XYZ 60 58.53 10.72 -
YUV 193.31 44.87 171.29 -
System Red Green Blue C M Y K H S L
Decimal 254 191 46 0 0.25 0.82 0.00 41.83 0.99 0.59
Hex FE BF 2E 0 19 52 0 2A 63 3B
Octal 376 277 56 0 31 122 0 52 143 73
Binary 11111110 10111111 101110 0 11001 1010010 0 101010 1100011 111011

Color Harmonies of #FEBF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF2E

Black with #FEBF2E

Text Example


Text Example

White with #FEBF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF2E; }

 p { color: rgb(254,191,46); }

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

background-color css

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

 a { background-color: rgb(254,191,46); }

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

border-color css

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

 span { border-color: rgb(254,191,46); }

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