Html Css Color HEX #FAA301 Orange

📋 copy color: '#FAA301'

red 250 ◦ green 163 ◦ blue 1

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

Shades of Orange #FAA301

Tints of Orange #FAA301

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.37%

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

R = 60.39%
G = 39.37%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAA301 (or 0xFAA301) is known color: Orange. HEX triplet: FA, A3 and 01. RGB value is (250,163,1). Sum of RGB (Red+Green+Blue) = 250+163+1=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA301 is #055CFE. Grayscale: #ABABAB. Windows color (decimal): -351487 or 107514. OLE color: 107514.

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

Color convert

RGB 250 163 1 -
CMYK 0 0.35 1.00 0.02
HSL 39.04º 0.99% 0.49% -
HSV(B) 39.04º 1% 0.98% -
XYZ 52.53 46.52 6.24 -
YUV 170.55 32.32 184.67 -
System Red Green Blue C M Y K H S L
Decimal 250 163 1 0 0.35 1.00 0.02 39.04 0.99 0.49
Hex FA A3 1 0 23 64 2 27 63 31
Octal 372 243 1 0 43 144 2 47 143 61
Binary 11111010 10100011 1 0 100011 1100100 10 100111 1100011 110001

Color Harmonies of #FAA301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA301

Black with #FAA301

Text Example


Text Example

White with #FAA301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA301; }

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

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

background-color css

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

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

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

border-color css

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

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

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