Html Css Color HEX #FA9E42 Sunshade

📋 copy color: '#FA9E42'

red 250 ◦ green 158 ◦ blue 66

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

Shades of Sunshade #FA9E42

Tints of Sunshade #FA9E42

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.33%

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

R = 52.74%
G = 33.33%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA9E42 (or 0xFA9E42) is known color: Sunshade. HEX triplet: FA, 9E and 42. RGB value is (250,158,66). Sum of RGB (Red+Green+Blue) = 250+158+66=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9E42 is #0561BD. Grayscale: #AFAFAF. Windows color (decimal): -352702 or 4366074. OLE color: 4366074.

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

Color convert

RGB 250 158 66 -
CMYK 0 0.37 0.74 0.02
HSL 30º 0.95% 0.62% -
HSV(B) 30º 0.74% 0.98% -
XYZ 52.63 45.17 11.1 -
YUV 175.02 66.48 181.48 -
System Red Green Blue C M Y K H S L
Decimal 250 158 66 0 0.37 0.74 0.02 30 0.95 0.62
Hex FA 9E 42 0 25 4A 2 1E 5F 3E
Octal 372 236 102 0 45 112 2 36 137 76
Binary 11111010 10011110 1000010 0 100101 1001010 10 11110 1011111 111110

Color Harmonies of #FA9E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9E42

Black with #FA9E42

Text Example


Text Example

White with #FA9E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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