Html Css Color HEX #FEBB29 Saffron

📋 copy color: '#FEBB29'

red 254 ◦ green 187 ◦ blue 41

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

Shades of Saffron #FEBB29

Tints of Saffron #FEBB29

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.8%

 BLUE value IS 41 (16.41% from 255) = 8.51%

R = 52.7%
G = 38.8%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEBB29 (or 0xFEBB29) is known color: Saffron. HEX triplet: FE, BB and 29. RGB value is (254,187,41). Sum of RGB (Red+Green+Blue) = 254+187+41=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 41 (16.41% from 255 or 8.51% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBB29 is #0144D6. Grayscale: #BFBFBF. Windows color (decimal): -83159 or 2735102. OLE color: 2735102.

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

Color convert

RGB 254 187 41 -
CMYK 0 0.26 0.84 0.00
HSL 41.13º 0.99% 0.58% -
HSV(B) 41.13º 0.84% 1% -
XYZ 59.04 56.77 9.94 -
YUV 190.39 43.7 173.37 -
System Red Green Blue C M Y K H S L
Decimal 254 187 41 0 0.26 0.84 0.00 41.13 0.99 0.58
Hex FE BB 29 0 1A 54 0 29 63 3A
Octal 376 273 51 0 32 124 0 51 143 72
Binary 11111110 10111011 101001 0 11010 1010100 0 101001 1100011 111010

Color Harmonies of #FEBB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBB29

Black with #FEBB29

Text Example


Text Example

White with #FEBB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBB29; }

 p { color: rgb(254,187,41); }

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

background-color css

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

 a { background-color: rgb(254,187,41); }

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

border-color css

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

 span { border-color: rgb(254,187,41); }

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