Html Css Color HEX #FAA340 Sunshade

📋 copy color: '#FAA340'

red 250 ◦ green 163 ◦ blue 64

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

Shades of Sunshade #FAA340

Tints of Sunshade #FAA340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.42%

R = 52.41%
G = 34.17%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAA340 (or 0xFAA340) is known color: Sunshade. HEX triplet: FA, A3 and 40. RGB value is (250,163,64). Sum of RGB (Red+Green+Blue) = 250+163+64=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA340 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA340 is #055CBF. Grayscale: #B2B2B2. Windows color (decimal): -351424 or 4236282. OLE color: 4236282.

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

Color convert

RGB 250 163 64 -
CMYK 0 0.35 0.74 0.02
HSL 31.94º 0.95% 0.62% -
HSV(B) 31.94º 0.74% 0.98% -
XYZ 53.45 46.89 11.08 -
YUV 177.73 63.82 179.55 -
System Red Green Blue C M Y K H S L
Decimal 250 163 64 0 0.35 0.74 0.02 31.94 0.95 0.62
Hex FA A3 40 0 23 4A 2 20 5F 3E
Octal 372 243 100 0 43 112 2 40 137 76
Binary 11111010 10100011 1000000 0 100011 1001010 10 100000 1011111 111110

Color Harmonies of #FAA340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA340

Black with #FAA340

Text Example


Text Example

White with #FAA340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA340; }

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

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

background-color css

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

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

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

border-color css

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

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

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