Html Css Color HEX #FAA403 Orange

📋 copy color: '#FAA403'

red 250 ◦ green 164 ◦ blue 3

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

Shades of Orange #FAA403

Tints of Orange #FAA403

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.33%

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

R = 59.95%
G = 39.33%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAA403 (or 0xFAA403) is known color: Orange. HEX triplet: FA, A4 and 03. RGB value is (250,164,3). Sum of RGB (Red+Green+Blue) = 250+164+3=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA403 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA403 is #055BFC. Grayscale: #ACACAC. Windows color (decimal): -351229 or 238842. OLE color: 238842.

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

Color convert

RGB 250 164 3 -
CMYK 0 0.34 0.99 0.02
HSL 39.11º 0.98% 0.5% -
HSV(B) 39.11º 0.99% 0.98% -
XYZ 52.72 46.88 6.36 -
YUV 171.36 32.99 184.09 -
System Red Green Blue C M Y K H S L
Decimal 250 164 3 0 0.34 0.99 0.02 39.11 0.98 0.5
Hex FA A4 3 0 22 63 2 27 62 32
Octal 372 244 3 0 42 143 2 47 142 62
Binary 11111010 10100100 11 0 100010 1100011 10 100111 1100010 110010

Color Harmonies of #FAA403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA403

Black with #FAA403

Text Example


Text Example

White with #FAA403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA403; }

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

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

background-color css

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

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

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

border-color css

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

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

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