Html Css Color HEX #FAA503 Orange

📋 copy color: '#FAA503'

red 250 ◦ green 165 ◦ blue 3

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

Shades of Orange #FAA503

Tints of Orange #FAA503

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.47%

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

R = 59.81%
G = 39.47%
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

#FAA503 (or 0xFAA503) is known color: Orange. HEX triplet: FA, A5 and 03. RGB value is (250,165,3). Sum of RGB (Red+Green+Blue) = 250+165+3=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA503 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA503 is #055AFC. Grayscale: #ACACAC. Windows color (decimal): -350973 or 239098. OLE color: 239098.

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

Color convert

RGB 250 165 3 -
CMYK 0 0.34 0.99 0.02
HSL 39.35º 0.98% 0.5% -
HSV(B) 39.35º 0.99% 0.98% -
XYZ 52.9 47.24 6.42 -
YUV 171.95 32.66 183.67 -
System Red Green Blue C M Y K H S L
Decimal 250 165 3 0 0.34 0.99 0.02 39.35 0.98 0.5
Hex FA A5 3 0 22 63 2 27 62 32
Octal 372 245 3 0 42 143 2 47 142 62
Binary 11111010 10100101 11 0 100010 1100011 10 100111 1100010 110010

Color Harmonies of #FAA503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA503

Black with #FAA503

Text Example


Text Example

White with #FAA503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA503; }

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

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

background-color css

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

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

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

border-color css

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

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

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