Html Css Color HEX #FEAD06 Orange

📋 copy color: '#FEAD06'

red 254 ◦ green 173 ◦ blue 6

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

Shades of Orange #FEAD06

Tints of Orange #FEAD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.39%

R = 58.66%
G = 39.95%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEAD06 (or 0xFEAD06) is known color: Orange. HEX triplet: FE, AD and 06. RGB value is (254,173,6). Sum of RGB (Red+Green+Blue) = 254+173+6=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 6 (2.73% from 255 or 1.39% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD06 is #0152F9. Grayscale: #B2B2B2. Windows color (decimal): -86778 or 437758. OLE color: 437758.

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

Color convert

RGB 254 173 6 -
CMYK 0 0.32 0.98 0.00
HSL 40.4º 0.99% 0.51% -
HSV(B) 40.4º 0.98% 1% -
XYZ 55.85 50.97 7.07 -
YUV 178.18 30.84 182.08 -
System Red Green Blue C M Y K H S L
Decimal 254 173 6 0 0.32 0.98 0.00 40.4 0.99 0.51
Hex FE AD 6 0 20 62 0 28 63 33
Octal 376 255 6 0 40 142 0 50 143 63
Binary 11111110 10101101 110 0 100000 1100010 0 101000 1100011 110011

Color Harmonies of #FEAD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD06

Black with #FEAD06

Text Example


Text Example

White with #FEAD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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