Html Css Color HEX #FEBE2E Saffron

📋 copy color: '#FEBE2E'

red 254 ◦ green 190 ◦ blue 46

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

Shades of Saffron #FEBE2E

Tints of Saffron #FEBE2E

RGB

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

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

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

R = 51.84%
G = 38.78%
B = 9.39%

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

#FEBE2E (or 0xFEBE2E) is known color: Saffron. HEX triplet: FE, BE and 2E. RGB value is (254,190,46). Sum of RGB (Red+Green+Blue) = 254+190+46=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE2E is #0141D1. Grayscale: #C1C1C1. Windows color (decimal): -82386 or 3063550. OLE color: 3063550.

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

Color convert

RGB 254 190 46 -
CMYK 0 0.25 0.82 0.00
HSL 41.54º 0.99% 0.59% -
HSV(B) 41.54º 0.82% 1% -
XYZ 59.78 58.1 10.65 -
YUV 192.72 45.2 171.71 -
System Red Green Blue C M Y K H S L
Decimal 254 190 46 0 0.25 0.82 0.00 41.54 0.99 0.59
Hex FE BE 2E 0 19 52 0 2A 63 3B
Octal 376 276 56 0 31 122 0 52 143 73
Binary 11111110 10111110 101110 0 11001 1010010 0 101010 1100011 111011

Color Harmonies of #FEBE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBE2E

Black with #FEBE2E

Text Example


Text Example

White with #FEBE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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