Html Css Color HEX #FEAD00 Orange

📋 copy color: '#FEAD00'

red 254 ◦ green 173 ◦ blue 0

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

Shades of Orange #FEAD00

Tints of Orange #FEAD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.48%
G = 40.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEAD00 (or 0xFEAD00) is known color: Orange. HEX triplet: FE, AD and 00. RGB value is (254,173,0). Sum of RGB (Red+Green+Blue) = 254+173+0=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD00 is #0152FF. Grayscale: #B2B2B2. Windows color (decimal): -86784 or 44542. OLE color: 44542.

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

Color convert

RGB 254 173 0 -
CMYK 0 0.32 1 0.00
HSL 40.87º 1% 0.5% -
HSV(B) 40.87º 1% 1% -
XYZ 55.82 50.96 6.89 -
YUV 177.5 27.84 182.57 -
System Red Green Blue C M Y K H S L
Decimal 254 173 0 0 0.32 1 0.00 40.87 1 0.5
Hex FE AD 0 0 20 64 0 29 64 32
Octal 376 255 0 0 40 144 0 51 144 62
Binary 11111110 10101101 0 0 100000 1100100 0 101001 1100100 110010

Color Harmonies of #FEAD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD00

Black with #FEAD00

Text Example


Text Example

White with #FEAD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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