Html Css Color HEX #FA9352 Sunshade

📋 copy color: '#FA9352'

red 250 ◦ green 147 ◦ blue 82

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

Shades of Sunshade #FA9352

Tints of Sunshade #FA9352

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.69%

 BLUE value IS 82 (32.42% from 255) = 17.12%

R = 52.19%
G = 30.69%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA9352 (or 0xFA9352) is known color: Sunshade. HEX triplet: FA, 93 and 52. RGB value is (250,147,82). Sum of RGB (Red+Green+Blue) = 250+147+82=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9352 is #056CAD. Grayscale: #AAAAAA. Windows color (decimal): -355502 or 5411834. OLE color: 5411834.

HSL color Cylindrical-coordinate representation of color #FA9352: hue angle of 23.21º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA9352 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 147 82 -
CMYK 0 0.41 0.67 0.02
HSL 23.21º 0.94% 0.65% -
HSV(B) 23.21º 0.67% 0.98% -
XYZ 51.38 41.8 13.34 -
YUV 170.39 78.12 184.79 -
System Red Green Blue C M Y K H S L
Decimal 250 147 82 0 0.41 0.67 0.02 23.21 0.94 0.65
Hex FA 93 52 0 29 43 2 17 5E 41
Octal 372 223 122 0 51 103 2 27 136 101
Binary 11111010 10010011 1010010 0 101001 1000011 10 10111 1011110 1000001

Color Harmonies of #FA9352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9352

Black with #FA9352

Text Example


Text Example

White with #FA9352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9352; }

 p { color: rgb(250,147,82); }

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

background-color css

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

 a { background-color: rgb(250,147,82); }

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

border-color css

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

 span { border-color: rgb(250,147,82); }

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