Html Css Color HEX #FEAE00 Orange

📋 copy color: '#FEAE00'

red 254 ◦ green 174 ◦ blue 0

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

Shades of Orange #FEAE00

Tints of Orange #FEAE00

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.65%

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

R = 59.35%
G = 40.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEAE00 (or 0xFEAE00) is known color: Orange. HEX triplet: FE, AE and 00. RGB value is (254,174,0). Sum of RGB (Red+Green+Blue) = 254+174+0=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAE00 is #0151FF. Grayscale: #B2B2B2. Windows color (decimal): -86528 or 44798. OLE color: 44798.

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

Color convert

RGB 254 174 0 -
CMYK 0 0.31 1 0.00
HSL 41.1º 1% 0.5% -
HSV(B) 41.1º 1% 1% -
XYZ 56.01 51.34 6.96 -
YUV 178.08 27.5 182.15 -
System Red Green Blue C M Y K H S L
Decimal 254 174 0 0 0.31 1 0.00 41.1 1 0.5
Hex FE AE 0 0 1F 64 0 29 64 32
Octal 376 256 0 0 37 144 0 51 144 62
Binary 11111110 10101110 0 0 11111 1100100 0 101001 1100100 110010

Color Harmonies of #FEAE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAE00

Black with #FEAE00

Text Example


Text Example

White with #FEAE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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