Html Css Color HEX #FEA701 Orange

📋 copy color: '#FEA701'

red 254 ◦ green 167 ◦ blue 1

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

Shades of Orange #FEA701

Tints of Orange #FEA701

RGB

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

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

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

R = 60.19%
G = 39.57%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEA701 (or 0xFEA701) is known color: Orange. HEX triplet: FE, A7 and 01. RGB value is (254,167,1). Sum of RGB (Red+Green+Blue) = 254+167+1=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA701 is #0158FE. Grayscale: #AEAEAE. Windows color (decimal): -88319 or 108542. OLE color: 108542.

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

Color convert

RGB 254 167 1 -
CMYK 0 0.34 1.00 0.00
HSL 39.37º 0.99% 0.5% -
HSV(B) 39.37º 1% 1% -
XYZ 54.7 48.71 6.55 -
YUV 174.09 30.32 185 -
System Red Green Blue C M Y K H S L
Decimal 254 167 1 0 0.34 1.00 0.00 39.37 0.99 0.5
Hex FE A7 1 0 22 64 0 27 63 32
Octal 376 247 1 0 42 144 0 47 143 62
Binary 11111110 10100111 1 0 100010 1100100 0 100111 1100011 110010

Color Harmonies of #FEA701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA701

Black with #FEA701

Text Example


Text Example

White with #FEA701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA701; }

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

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

background-color css

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

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

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

border-color css

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

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

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