Html Css Color HEX #FEAF01 Orange

📋 copy color: '#FEAF01'

red 254 ◦ green 175 ◦ blue 1

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

Shades of Orange #FEAF01

Tints of Orange #FEAF01

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.7%

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

R = 59.07%
G = 40.7%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEAF01 (or 0xFEAF01) is known color: Orange. HEX triplet: FE, AF and 01. RGB value is (254,175,1). Sum of RGB (Red+Green+Blue) = 254+175+1=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAF01 is #0150FE. Grayscale: #B3B3B3. Windows color (decimal): -86271 or 110590. OLE color: 110590.

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

Color convert

RGB 254 175 1 -
CMYK 0 0.31 1.00 0.00
HSL 41.26º 0.99% 0.5% -
HSV(B) 41.26º 1% 1% -
XYZ 56.21 51.73 7.05 -
YUV 178.79 27.67 181.65 -
System Red Green Blue C M Y K H S L
Decimal 254 175 1 0 0.31 1.00 0.00 41.26 0.99 0.5
Hex FE AF 1 0 1F 64 0 29 63 32
Octal 376 257 1 0 37 144 0 51 143 62
Binary 11111110 10101111 1 0 11111 1100100 0 101001 1100011 110010

Color Harmonies of #FEAF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF01

Black with #FEAF01

Text Example


Text Example

White with #FEAF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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