Html Css Color HEX #FEA305 Orange

📋 copy color: '#FEA305'

red 254 ◦ green 163 ◦ blue 5

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

Shades of Orange #FEA305

Tints of Orange #FEA305

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.63%

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

R = 60.19%
G = 38.63%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEA305 (or 0xFEA305) is known color: Orange. HEX triplet: FE, A3 and 05. RGB value is (254,163,5). Sum of RGB (Red+Green+Blue) = 254+163+5=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA305 is #015CFA. Grayscale: #ACACAC. Windows color (decimal): -89339 or 369662. OLE color: 369662.

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

Color convert

RGB 254 163 5 -
CMYK 0 0.36 0.98 0.00
HSL 38.07º 0.99% 0.51% -
HSV(B) 38.07º 0.98% 1% -
XYZ 54 47.28 6.42 -
YUV 172.2 33.65 186.35 -
System Red Green Blue C M Y K H S L
Decimal 254 163 5 0 0.36 0.98 0.00 38.07 0.99 0.51
Hex FE A3 5 0 24 62 0 26 63 33
Octal 376 243 5 0 44 142 0 46 143 63
Binary 11111110 10100011 101 0 100100 1100010 0 100110 1100011 110011

Color Harmonies of #FEA305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA305

Black with #FEA305

Text Example


Text Example

White with #FEA305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA305; }

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

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

background-color css

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

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

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

border-color css

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

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

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