Html Css Color HEX #FAA705 Orange

📋 copy color: '#FAA705'

red 250 ◦ green 167 ◦ blue 5

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

Shades of Orange #FAA705

Tints of Orange #FAA705

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.57%

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 59.24%
G = 39.57%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAA705 (or 0xFAA705) is known color: Orange. HEX triplet: FA, A7 and 05. RGB value is (250,167,5). Sum of RGB (Red+Green+Blue) = 250+167+5=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA705 is #0558FA. Grayscale: #AEAEAE. Windows color (decimal): -350459 or 370682. OLE color: 370682.

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

Color convert

RGB 250 167 5 -
CMYK 0 0.33 0.98 0.02
HSL 39.67º 0.96% 0.5% -
HSV(B) 39.67º 0.98% 0.98% -
XYZ 53.27 47.97 6.6 -
YUV 173.35 33 182.67 -
System Red Green Blue C M Y K H S L
Decimal 250 167 5 0 0.33 0.98 0.02 39.67 0.96 0.5
Hex FA A7 5 0 21 62 2 28 60 32
Octal 372 247 5 0 41 142 2 50 140 62
Binary 11111010 10100111 101 0 100001 1100010 10 101000 1100000 110010

Color Harmonies of #FAA705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA705

Black with #FAA705

Text Example


Text Example

White with #FAA705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA705; }

 p { color: rgb(250,167,5); }

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

background-color css

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

 a { background-color: rgb(250,167,5); }

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

border-color css

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

 span { border-color: rgb(250,167,5); }

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