Html Css Color HEX #FAA309 Orange

📋 copy color: '#FAA309'

red 250 ◦ green 163 ◦ blue 9

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

Shades of Orange #FAA309

Tints of Orange #FAA309

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.63%

 BLUE value IS 9 (3.91% from 255) = 2.13%

R = 59.24%
G = 38.63%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAA309 (or 0xFAA309) is known color: Orange. HEX triplet: FA, A3 and 09. RGB value is (250,163,9). Sum of RGB (Red+Green+Blue) = 250+163+9=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 9 (3.91% from 255 or 2.13% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA309 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA309 is #055CF6. Grayscale: #ACACAC. Windows color (decimal): -351479 or 631802. OLE color: 631802.

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

Color convert

RGB 250 163 9 -
CMYK 0 0.35 0.96 0.02
HSL 38.34º 0.96% 0.51% -
HSV(B) 38.34º 0.96% 0.98% -
XYZ 52.57 46.54 6.47 -
YUV 171.46 36.32 184.02 -
System Red Green Blue C M Y K H S L
Decimal 250 163 9 0 0.35 0.96 0.02 38.34 0.96 0.51
Hex FA A3 9 0 23 60 2 26 60 33
Octal 372 243 11 0 43 140 2 46 140 63
Binary 11111010 10100011 1001 0 100011 1100000 10 100110 1100000 110011

Color Harmonies of #FAA309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA309

Black with #FAA309

Text Example


Text Example

White with #FAA309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA309; }

 p { color: rgb(250,163,9); }

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

background-color css

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

 a { background-color: rgb(250,163,9); }

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

border-color css

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

 span { border-color: rgb(250,163,9); }

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