Html Css Color HEX #FEBF33 Saffron

📋 copy color: '#FEBF33'

red 254 ◦ green 191 ◦ blue 51

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

Shades of Saffron #FEBF33

Tints of Saffron #FEBF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.28%

R = 51.21%
G = 38.51%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEBF33 (or 0xFEBF33) is known color: Saffron. HEX triplet: FE, BF and 33. RGB value is (254,191,51). Sum of RGB (Red+Green+Blue) = 254+191+51=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 51 (20.31% from 255 or 10.28% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF33 is #0140CC. Grayscale: #C2C2C2. Windows color (decimal): -82125 or 3391486. OLE color: 3391486.

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

Color convert

RGB 254 191 51 -
CMYK 0 0.25 0.80 0.00
HSL 41.38º 0.99% 0.6% -
HSV(B) 41.38º 0.8% 1% -
XYZ 60.1 58.57 11.27 -
YUV 193.88 47.37 170.88 -
System Red Green Blue C M Y K H S L
Decimal 254 191 51 0 0.25 0.80 0.00 41.38 0.99 0.6
Hex FE BF 33 0 19 50 0 29 63 3C
Octal 376 277 63 0 31 120 0 51 143 74
Binary 11111110 10111111 110011 0 11001 1010000 0 101001 1100011 111100

Color Harmonies of #FEBF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF33

Black with #FEBF33

Text Example


Text Example

White with #FEBF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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