Html Css Color HEX #FAA401 Orange

📋 copy color: '#FAA401'

red 250 ◦ green 164 ◦ blue 1

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

Shades of Orange #FAA401

Tints of Orange #FAA401

RGB

 RED value IS 250 (98.05% from 255) = 60.24%

 GREEN value IS 164 (64.45% from 255) = 39.52%

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

R = 60.24%
G = 39.52%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAA401 (or 0xFAA401) is known color: Orange. HEX triplet: FA, A4 and 01. RGB value is (250,164,1). Sum of RGB (Red+Green+Blue) = 250+164+1=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA401 is #055BFE. Grayscale: #ABABAB. Windows color (decimal): -351231 or 107770. OLE color: 107770.

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

Color convert

RGB 250 164 1 -
CMYK 0 0.34 1.00 0.02
HSL 39.28º 0.99% 0.49% -
HSV(B) 39.28º 1% 0.98% -
XYZ 52.71 46.88 6.3 -
YUV 171.13 31.99 184.25 -
System Red Green Blue C M Y K H S L
Decimal 250 164 1 0 0.34 1.00 0.02 39.28 0.99 0.49
Hex FA A4 1 0 22 64 2 27 63 31
Octal 372 244 1 0 42 144 2 47 143 61
Binary 11111010 10100100 1 0 100010 1100100 10 100111 1100011 110001

Color Harmonies of #FAA401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA401

Black with #FAA401

Text Example


Text Example

White with #FAA401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA401; }

 p { color: rgb(250,164,1); }

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

background-color css

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

 a { background-color: rgb(250,164,1); }

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

border-color css

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

 span { border-color: rgb(250,164,1); }

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