Html Css Color HEX #FEBF26 Saffron

📋 copy color: '#FEBF26'

red 254 ◦ green 191 ◦ blue 38

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

Shades of Saffron #FEBF26

Tints of Saffron #FEBF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.87%

R = 52.59%
G = 39.54%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEBF26 (or 0xFEBF26) is known color: Saffron. HEX triplet: FE, BF and 26. RGB value is (254,191,38). Sum of RGB (Red+Green+Blue) = 254+191+38=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 38 (15.23% from 255 or 7.87% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF26 is #0140D9. Grayscale: #C1C1C1. Windows color (decimal): -82138 or 2539518. OLE color: 2539518.

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

Color convert

RGB 254 191 38 -
CMYK 0 0.25 0.85 0.00
HSL 42.5º 0.99% 0.57% -
HSV(B) 42.5º 0.85% 1% -
XYZ 59.85 58.47 9.97 -
YUV 192.4 40.87 171.94 -
System Red Green Blue C M Y K H S L
Decimal 254 191 38 0 0.25 0.85 0.00 42.5 0.99 0.57
Hex FE BF 26 0 19 55 0 2A 63 39
Octal 376 277 46 0 31 125 0 52 143 71
Binary 11111110 10111111 100110 0 11001 1010101 0 101010 1100011 111001

Color Harmonies of #FEBF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF26

Black with #FEBF26

Text Example


Text Example

White with #FEBF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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