Html Css Color HEX #FAA701 Orange

📋 copy color: '#FAA701'

red 250 ◦ green 167 ◦ blue 1

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

Shades of Orange #FAA701

Tints of Orange #FAA701

RGB

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

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

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

R = 59.81%
G = 39.95%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAA701 (or 0xFAA701) is known color: Orange. HEX triplet: FA, A7 and 01. RGB value is (250,167,1). Sum of RGB (Red+Green+Blue) = 250+167+1=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA701 is #0558FE. Grayscale: #ADADAD. Windows color (decimal): -350463 or 108538. OLE color: 108538.

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

Color convert

RGB 250 167 1 -
CMYK 0 0.33 1.00 0.02
HSL 40º 0.99% 0.49% -
HSV(B) 40º 1% 0.98% -
XYZ 53.25 47.96 6.48 -
YUV 172.89 31 183 -
System Red Green Blue C M Y K H S L
Decimal 250 167 1 0 0.33 1.00 0.02 40 0.99 0.49
Hex FA A7 1 0 21 64 2 28 63 31
Octal 372 247 1 0 41 144 2 50 143 61
Binary 11111010 10100111 1 0 100001 1100100 10 101000 1100011 110001

Color Harmonies of #FAA701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA701

Black with #FAA701

Text Example


Text Example

White with #FAA701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA701; }

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

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

background-color css

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

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

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

border-color css

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

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

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