Html Css Color HEX #FEAD07 Orange

📋 copy color: '#FEAD07'

red 254 ◦ green 173 ◦ blue 7

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

Shades of Orange #FEAD07

Tints of Orange #FEAD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.61%

R = 58.53%
G = 39.86%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FEAD07 (or 0xFEAD07) is known color: Orange. HEX triplet: FE, AD and 07. RGB value is (254,173,7). Sum of RGB (Red+Green+Blue) = 254+173+7=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 7 (3.12% from 255 or 1.61% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD07 is #0152F8. Grayscale: #B3B3B3. Windows color (decimal): -86777 or 503294. OLE color: 503294.

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

Color convert

RGB 254 173 7 -
CMYK 0 0.32 0.97 0.00
HSL 40.32º 0.99% 0.51% -
HSV(B) 40.32º 0.97% 1% -
XYZ 55.85 50.97 7.1 -
YUV 178.3 31.34 182 -
System Red Green Blue C M Y K H S L
Decimal 254 173 7 0 0.32 0.97 0.00 40.32 0.99 0.51
Hex FE AD 7 0 20 61 0 28 63 33
Octal 376 255 7 0 40 141 0 50 143 63
Binary 11111110 10101101 111 0 100000 1100001 0 101000 1100011 110011

Color Harmonies of #FEAD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD07

Black with #FEAD07

Text Example


Text Example

White with #FEAD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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