Html Css Color HEX #FAA308 Orange

📋 copy color: '#FAA308'

red 250 ◦ green 163 ◦ blue 8

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

Shades of Orange #FAA308

Tints of Orange #FAA308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.9%

R = 59.38%
G = 38.72%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAA308 (or 0xFAA308) is known color: Orange. HEX triplet: FA, A3 and 08. RGB value is (250,163,8). Sum of RGB (Red+Green+Blue) = 250+163+8=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA308 is #055CF7. Grayscale: #ACACAC. Windows color (decimal): -351480 or 566266. OLE color: 566266.

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

Color convert

RGB 250 163 8 -
CMYK 0 0.35 0.97 0.02
HSL 38.43º 0.96% 0.51% -
HSV(B) 38.43º 0.97% 0.98% -
XYZ 52.57 46.54 6.44 -
YUV 171.34 35.82 184.1 -
System Red Green Blue C M Y K H S L
Decimal 250 163 8 0 0.35 0.97 0.02 38.43 0.96 0.51
Hex FA A3 8 0 23 61 2 26 60 33
Octal 372 243 10 0 43 141 2 46 140 63
Binary 11111010 10100011 1000 0 100011 1100001 10 100110 1100000 110011

Color Harmonies of #FAA308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA308

Black with #FAA308

Text Example


Text Example

White with #FAA308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA308; }

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

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

background-color css

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

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

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

border-color css

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

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

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