Html Css Color HEX #FAAC01 Orange

📋 copy color: '#FAAC01'

red 250 ◦ green 172 ◦ blue 1

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

Shades of Orange #FAAC01

Tints of Orange #FAAC01

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.66%

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

R = 59.1%
G = 40.66%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAAC01 (or 0xFAAC01) is known color: Orange. HEX triplet: FA, AC and 01. RGB value is (250,172,1). Sum of RGB (Red+Green+Blue) = 250+172+1=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAC01 is #0553FE. Grayscale: #B0B0B0. Windows color (decimal): -349183 or 109818. OLE color: 109818.

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

Color convert

RGB 250 172 1 -
CMYK 0 0.31 1.00 0.02
HSL 41.2º 0.99% 0.49% -
HSV(B) 41.2º 1% 0.98% -
XYZ 54.18 49.83 6.79 -
YUV 175.83 29.34 180.9 -
System Red Green Blue C M Y K H S L
Decimal 250 172 1 0 0.31 1.00 0.02 41.2 0.99 0.49
Hex FA AC 1 0 1F 64 2 29 63 31
Octal 372 254 1 0 37 144 2 51 143 61
Binary 11111010 10101100 1 0 11111 1100100 10 101001 1100011 110001

Color Harmonies of #FAAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC01

Black with #FAAC01

Text Example


Text Example

White with #FAAC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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