Html Css Color HEX #FEAD01 Orange

📋 copy color: '#FEAD01'

red 254 ◦ green 173 ◦ blue 1

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

Shades of Orange #FEAD01

Tints of Orange #FEAD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 59.35%
G = 40.42%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEAD01 (or 0xFEAD01) is known color: Orange. HEX triplet: FE, AD and 01. RGB value is (254,173,1). Sum of RGB (Red+Green+Blue) = 254+173+1=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 1 (0.78% from 255 or 0.23% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD01 is #0152FE. Grayscale: #B2B2B2. Windows color (decimal): -86783 or 110078. OLE color: 110078.

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

Color convert

RGB 254 173 1 -
CMYK 0 0.32 1.00 0.00
HSL 40.79º 0.99% 0.5% -
HSV(B) 40.79º 1% 1% -
XYZ 55.82 50.96 6.92 -
YUV 177.61 28.34 182.49 -
System Red Green Blue C M Y K H S L
Decimal 254 173 1 0 0.32 1.00 0.00 40.79 0.99 0.5
Hex FE AD 1 0 20 64 0 29 63 32
Octal 376 255 1 0 40 144 0 51 143 62
Binary 11111110 10101101 1 0 100000 1100100 0 101001 1100011 110010

Color Harmonies of #FEAD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD01

Black with #FEAD01

Text Example


Text Example

White with #FEAD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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