Html Css Color HEX #FEA705 Orange

📋 copy color: '#FEA705'

red 254 ◦ green 167 ◦ blue 5

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

Shades of Orange #FEA705

Tints of Orange #FEA705

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.2%

 BLUE value IS 5 (2.34% from 255) = 1.17%

R = 59.62%
G = 39.2%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEA705 (or 0xFEA705) is known color: Orange. HEX triplet: FE, A7 and 05. RGB value is (254,167,5). Sum of RGB (Red+Green+Blue) = 254+167+5=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 5 (2.34% from 255 or 1.17% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA705 is #0158FA. Grayscale: #AFAFAF. Windows color (decimal): -88315 or 370686. OLE color: 370686.

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

Color convert

RGB 254 167 5 -
CMYK 0 0.34 0.98 0.00
HSL 39.04º 0.99% 0.51% -
HSV(B) 39.04º 0.98% 1% -
XYZ 54.72 48.72 6.66 -
YUV 174.55 32.32 184.67 -
System Red Green Blue C M Y K H S L
Decimal 254 167 5 0 0.34 0.98 0.00 39.04 0.99 0.51
Hex FE A7 5 0 22 62 0 27 63 33
Octal 376 247 5 0 42 142 0 47 143 63
Binary 11111110 10100111 101 0 100010 1100010 0 100111 1100011 110011

Color Harmonies of #FEA705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA705

Black with #FEA705

Text Example


Text Example

White with #FEA705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA705; }

 p { color: rgb(254,167,5); }

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

background-color css

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

 a { background-color: rgb(254,167,5); }

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

border-color css

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

 span { border-color: rgb(254,167,5); }

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