Html Css Color HEX #FAA601 Orange

📋 copy color: '#FAA601'

red 250 ◦ green 166 ◦ blue 1

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

Shades of Orange #FAA601

Tints of Orange #FAA601

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.81%

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

R = 59.95%
G = 39.81%
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

#FAA601 (or 0xFAA601) is known color: Orange. HEX triplet: FA, A6 and 01. RGB value is (250,166,1). Sum of RGB (Red+Green+Blue) = 250+166+1=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 1 (0.78% from 255 or 0.24% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA601 is #0559FE. Grayscale: #ADADAD. Windows color (decimal): -350719 or 108282. OLE color: 108282.

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

Color convert

RGB 250 166 1 -
CMYK 0 0.34 1.00 0.02
HSL 39.76º 0.99% 0.49% -
HSV(B) 39.76º 1% 0.98% -
XYZ 53.07 47.6 6.42 -
YUV 172.31 31.33 183.42 -
System Red Green Blue C M Y K H S L
Decimal 250 166 1 0 0.34 1.00 0.02 39.76 0.99 0.49
Hex FA A6 1 0 22 64 2 28 63 31
Octal 372 246 1 0 42 144 2 50 143 61
Binary 11111010 10100110 1 0 100010 1100100 10 101000 1100011 110001

Color Harmonies of #FAA601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA601

Black with #FAA601

Text Example


Text Example

White with #FAA601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA601; }

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

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

background-color css

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

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

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

border-color css

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

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

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