Html Css Color HEX #FFA801 Orange

📋 copy color: '#FFA801'

red 255 ◦ green 168 ◦ blue 1

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

Shades of Orange #FFA801

Tints of Orange #FFA801

RGB

 RED value IS 255 (100% from 255) = 60.14%

 GREEN value IS 168 (66.02% from 255) = 39.62%

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

R = 60.14%
G = 39.62%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFA801 (or 0xFFA801) is known color: Orange. HEX triplet: FF, A8 and 01. RGB value is (255,168,1). Sum of RGB (Red+Green+Blue) = 255+168+1=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA801 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA801 is #0057FE. Grayscale: #AFAFAF. Windows color (decimal): -22527 or 108799. OLE color: 108799.

HSL color Cylindrical-coordinate representation of color #FFA801: hue angle of 39.45º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFA801 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 168 1 -
CMYK 0 0.34 1.00 0
HSL 39.45º 1% 0.5% -
HSV(B) 39.45º 1% 1% -
XYZ 55.25 49.27 6.63 -
YUV 174.98 29.82 185.08 -
System Red Green Blue C M Y K H S L
Decimal 255 168 1 0 0.34 1.00 0 39.45 1 0.5
Hex FF A8 1 0 22 64 0 27 64 32
Octal 377 250 1 0 42 144 0 47 144 62
Binary 11111111 10101000 1 0 100010 1100100 0 100111 1100100 110010

Color Harmonies of #FFA801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA801

Black with #FFA801

Text Example


Text Example

White with #FFA801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA801; }

 p { color: rgb(255,168,1); }

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

background-color css

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

 a { background-color: rgb(255,168,1); }

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

border-color css

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

 span { border-color: rgb(255,168,1); }

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