Html Css Color HEX #FAA501 Orange

📋 copy color: '#FAA501'

red 250 ◦ green 165 ◦ blue 1

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

Shades of Orange #FAA501

Tints of Orange #FAA501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.66%

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

R = 60.1%
G = 39.66%
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

#FAA501 (or 0xFAA501) is known color: Orange. HEX triplet: FA, A5 and 01. RGB value is (250,165,1). Sum of RGB (Red+Green+Blue) = 250+165+1=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA501 is #055AFE. Grayscale: #ACACAC. Windows color (decimal): -350975 or 108026. OLE color: 108026.

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

Color convert

RGB 250 165 1 -
CMYK 0 0.34 1.00 0.02
HSL 39.52º 0.99% 0.49% -
HSV(B) 39.52º 1% 0.98% -
XYZ 52.88 47.24 6.36 -
YUV 171.72 31.66 183.84 -
System Red Green Blue C M Y K H S L
Decimal 250 165 1 0 0.34 1.00 0.02 39.52 0.99 0.49
Hex FA A5 1 0 22 64 2 28 63 31
Octal 372 245 1 0 42 144 2 50 143 61
Binary 11111010 10100101 1 0 100010 1100100 10 101000 1100011 110001

Color Harmonies of #FAA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA501

Black with #FAA501

Text Example


Text Example

White with #FAA501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA501; }

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

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

background-color css

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

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

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

border-color css

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

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

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