Html Css Color HEX #FEBD29 Saffron

📋 copy color: '#FEBD29'

red 254 ◦ green 189 ◦ blue 41

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

Shades of Saffron #FEBD29

Tints of Saffron #FEBD29

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.05%

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

R = 52.48%
G = 39.05%
B = 8.47%

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

#FEBD29 (or 0xFEBD29) is known color: Saffron. HEX triplet: FE, BD and 29. RGB value is (254,189,41). Sum of RGB (Red+Green+Blue) = 254+189+41=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 41 (16.41% from 255 or 8.47% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBD29 is #0142D6. Grayscale: #C0C0C0. Windows color (decimal): -82647 or 2735614. OLE color: 2735614.

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

Color convert

RGB 254 189 41 -
CMYK 0 0.26 0.84 0.00
HSL 41.69º 0.99% 0.58% -
HSV(B) 41.69º 0.84% 1% -
XYZ 59.47 57.63 10.09 -
YUV 191.56 43.03 172.53 -
System Red Green Blue C M Y K H S L
Decimal 254 189 41 0 0.26 0.84 0.00 41.69 0.99 0.58
Hex FE BD 29 0 1A 54 0 2A 63 3A
Octal 376 275 51 0 32 124 0 52 143 72
Binary 11111110 10111101 101001 0 11010 1010100 0 101010 1100011 111010

Color Harmonies of #FEBD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD29

Black with #FEBD29

Text Example


Text Example

White with #FEBD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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