Html Css Color HEX #FAA241 Sunshade

📋 copy color: '#FAA241'

red 250 ◦ green 162 ◦ blue 65

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

Shades of Sunshade #FAA241

Tints of Sunshade #FAA241

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.96%

 BLUE value IS 65 (25.78% from 255) = 13.63%

R = 52.41%
G = 33.96%
B = 13.63%

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

#FAA241 (or 0xFAA241) is known color: Sunshade. HEX triplet: FA, A2 and 41. RGB value is (250,162,65). Sum of RGB (Red+Green+Blue) = 250+162+65=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 65 (25.78% from 255 or 13.63% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA241 is #055DBE. Grayscale: #B1B1B1. Windows color (decimal): -351679 or 4301562. OLE color: 4301562.

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

Color convert

RGB 250 162 65 -
CMYK 0 0.35 0.74 0.02
HSL 31.46º 0.95% 0.62% -
HSV(B) 31.46º 0.74% 0.98% -
XYZ 53.3 46.55 11.18 -
YUV 177.25 64.65 179.89 -
System Red Green Blue C M Y K H S L
Decimal 250 162 65 0 0.35 0.74 0.02 31.46 0.95 0.62
Hex FA A2 41 0 23 4A 2 1F 5F 3E
Octal 372 242 101 0 43 112 2 37 137 76
Binary 11111010 10100010 1000001 0 100011 1001010 10 11111 1011111 111110

Color Harmonies of #FAA241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA241

Black with #FAA241

Text Example


Text Example

White with #FAA241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA241; }

 p { color: rgb(250,162,65); }

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

background-color css

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

 a { background-color: rgb(250,162,65); }

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

border-color css

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

 span { border-color: rgb(250,162,65); }

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