Html Css Color HEX #FAA042 Sunshade

📋 copy color: '#FAA042'

red 250 ◦ green 160 ◦ blue 66

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

Shades of Sunshade #FAA042

Tints of Sunshade #FAA042

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.61%

 BLUE value IS 66 (26.17% from 255) = 13.87%

R = 52.52%
G = 33.61%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAA042 (or 0xFAA042) is known color: Sunshade. HEX triplet: FA, A0 and 42. RGB value is (250,160,66). Sum of RGB (Red+Green+Blue) = 250+160+66=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA042 is #055FBD. Grayscale: #B0B0B0. Windows color (decimal): -352190 or 4366586. OLE color: 4366586.

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

Color convert

RGB 250 160 66 -
CMYK 0 0.36 0.74 0.02
HSL 30.65º 0.95% 0.62% -
HSV(B) 30.65º 0.74% 0.98% -
XYZ 52.98 45.86 11.21 -
YUV 176.19 65.82 180.64 -
System Red Green Blue C M Y K H S L
Decimal 250 160 66 0 0.36 0.74 0.02 30.65 0.95 0.62
Hex FA A0 42 0 24 4A 2 1F 5F 3E
Octal 372 240 102 0 44 112 2 37 137 76
Binary 11111010 10100000 1000010 0 100100 1001010 10 11111 1011111 111110

Color Harmonies of #FAA042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA042

Black with #FAA042

Text Example


Text Example

White with #FAA042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA042; }

 p { color: rgb(250,160,66); }

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

background-color css

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

 a { background-color: rgb(250,160,66); }

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

border-color css

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

 span { border-color: rgb(250,160,66); }

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