Html Css Color HEX #FEAD41 Yellow Orange

📋 copy color: '#FEAD41'

red 254 ◦ green 173 ◦ blue 65

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

Shades of Yellow Orange #FEAD41

Tints of Yellow Orange #FEAD41

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.16%

 BLUE value IS 65 (25.78% from 255) = 13.21%

R = 51.63%
G = 35.16%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEAD41 (or 0xFEAD41) is known color: Yellow Orange. HEX triplet: FE, AD and 41. RGB value is (254,173,65). Sum of RGB (Red+Green+Blue) = 254+173+65=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 65 (25.78% from 255 or 13.21% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD41 is #0152BE. Grayscale: #B9B9B9. Windows color (decimal): -86719 or 4304382. OLE color: 4304382.

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

Color convert

RGB 254 173 65 -
CMYK 0 0.32 0.74 0.00
HSL 34.29º 0.99% 0.63% -
HSV(B) 34.29º 0.74% 1% -
XYZ 56.77 51.34 11.92 -
YUV 184.91 60.34 177.28 -
System Red Green Blue C M Y K H S L
Decimal 254 173 65 0 0.32 0.74 0.00 34.29 0.99 0.63
Hex FE AD 41 0 20 4A 0 22 63 3F
Octal 376 255 101 0 40 112 0 42 143 77
Binary 11111110 10101101 1000001 0 100000 1001010 0 100010 1100011 111111

Color Harmonies of #FEAD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD41

Black with #FEAD41

Text Example


Text Example

White with #FEAD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD41; }

 p { color: rgb(254,173,65); }

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

background-color css

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

 a { background-color: rgb(254,173,65); }

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

border-color css

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

 span { border-color: rgb(254,173,65); }

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