Html Css Color HEX #FAA702 Orange

📋 copy color: '#FAA702'

red 250 ◦ green 167 ◦ blue 2

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

Shades of Orange #FAA702

Tints of Orange #FAA702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 59.67%
G = 39.86%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAA702 (or 0xFAA702) is known color: Orange. HEX triplet: FA, A7 and 02. RGB value is (250,167,2). Sum of RGB (Red+Green+Blue) = 250+167+2=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA702 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA702 is #0558FD. Grayscale: #ADADAD. Windows color (decimal): -350462 or 174074. OLE color: 174074.

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

Color convert

RGB 250 167 2 -
CMYK 0 0.33 0.99 0.02
HSL 39.92º 0.98% 0.49% -
HSV(B) 39.92º 0.99% 0.98% -
XYZ 53.25 47.97 6.51 -
YUV 173.01 31.5 182.92 -
System Red Green Blue C M Y K H S L
Decimal 250 167 2 0 0.33 0.99 0.02 39.92 0.98 0.49
Hex FA A7 2 0 21 63 2 28 62 31
Octal 372 247 2 0 41 143 2 50 142 61
Binary 11111010 10100111 10 0 100001 1100011 10 101000 1100010 110001

Color Harmonies of #FAA702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA702

Black with #FAA702

Text Example


Text Example

White with #FAA702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA702; }

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

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

background-color css

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

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

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

border-color css

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

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

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