Html Css Color HEX #FAA603 Orange

📋 copy color: '#FAA603'

red 250 ◦ green 166 ◦ blue 3

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

Shades of Orange #FAA603

Tints of Orange #FAA603

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.62%

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

R = 59.67%
G = 39.62%
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

#FAA603 (or 0xFAA603) is known color: Orange. HEX triplet: FA, A6 and 03. RGB value is (250,166,3). Sum of RGB (Red+Green+Blue) = 250+166+3=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 3 (1.56% from 255 or 0.72% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA603 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA603 is #0559FC. Grayscale: #ADADAD. Windows color (decimal): -350717 or 239354. OLE color: 239354.

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

Color convert

RGB 250 166 3 -
CMYK 0 0.34 0.99 0.02
HSL 39.6º 0.98% 0.5% -
HSV(B) 39.6º 0.99% 0.98% -
XYZ 53.08 47.6 6.48 -
YUV 172.53 32.33 183.25 -
System Red Green Blue C M Y K H S L
Decimal 250 166 3 0 0.34 0.99 0.02 39.6 0.98 0.5
Hex FA A6 3 0 22 63 2 28 62 32
Octal 372 246 3 0 42 143 2 50 142 62
Binary 11111010 10100110 11 0 100010 1100011 10 101000 1100010 110010

Color Harmonies of #FAA603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA603

Black with #FAA603

Text Example


Text Example

White with #FAA603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA603; }

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

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

background-color css

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

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

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

border-color css

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

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

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