Html Css Color HEX #FAAA03 Orange

📋 copy color: '#FAAA03'

red 250 ◦ green 170 ◦ blue 3

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

Shades of Orange #FAAA03

Tints of Orange #FAAA03

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.19%

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 59.1%
G = 40.19%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAAA03 (or 0xFAAA03) is known color: Orange. HEX triplet: FA, AA and 03. RGB value is (250,170,3). Sum of RGB (Red+Green+Blue) = 250+170+3=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAA03 is #0555FC. Grayscale: #AFAFAF. Windows color (decimal): -349693 or 240378. OLE color: 240378.

HSL color Cylindrical-coordinate representation of color #FAAA03: hue angle of 40.57º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAAA03 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 170 3 -
CMYK 0 0.32 0.99 0.02
HSL 40.57º 0.98% 0.5% -
HSV(B) 40.57º 0.99% 0.98% -
XYZ 53.82 49.08 6.72 -
YUV 174.88 31 181.58 -
System Red Green Blue C M Y K H S L
Decimal 250 170 3 0 0.32 0.99 0.02 40.57 0.98 0.5
Hex FA AA 3 0 20 63 2 29 62 32
Octal 372 252 3 0 40 143 2 51 142 62
Binary 11111010 10101010 11 0 100000 1100011 10 101001 1100010 110010

Color Harmonies of #FAAA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA03

Black with #FAAA03

Text Example


Text Example

White with #FAAA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA03; }

 p { color: rgb(250,170,3); }

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

background-color css

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

 a { background-color: rgb(250,170,3); }

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

border-color css

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

 span { border-color: rgb(250,170,3); }

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