Html Css Color HEX #FEBF32 Saffron

📋 copy color: '#FEBF32'

red 254 ◦ green 191 ◦ blue 50

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

Shades of Saffron #FEBF32

Tints of Saffron #FEBF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.1%

R = 51.31%
G = 38.59%
B = 10.1%

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

#FEBF32 (or 0xFEBF32) is known color: Saffron. HEX triplet: FE, BF and 32. RGB value is (254,191,50). Sum of RGB (Red+Green+Blue) = 254+191+50=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF32 is #0140CD. Grayscale: #C2C2C2. Windows color (decimal): -82126 or 3325950. OLE color: 3325950.

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

Color convert

RGB 254 191 50 -
CMYK 0 0.25 0.80 0.00
HSL 41.47º 0.99% 0.6% -
HSV(B) 41.47º 0.8% 1% -
XYZ 60.08 58.56 11.15 -
YUV 193.76 46.87 170.96 -
System Red Green Blue C M Y K H S L
Decimal 254 191 50 0 0.25 0.80 0.00 41.47 0.99 0.6
Hex FE BF 32 0 19 50 0 29 63 3C
Octal 376 277 62 0 31 120 0 51 143 74
Binary 11111110 10111111 110010 0 11001 1010000 0 101001 1100011 111100

Color Harmonies of #FEBF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF32

Black with #FEBF32

Text Example


Text Example

White with #FEBF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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