Html Css Color HEX #FA9348 Sunshade

📋 copy color: '#FA9348'

red 250 ◦ green 147 ◦ blue 72

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

Shades of Sunshade #FA9348

Tints of Sunshade #FA9348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.35%

R = 53.3%
G = 31.34%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA9348 (or 0xFA9348) is known color: Sunshade. HEX triplet: FA, 93 and 48. RGB value is (250,147,72). Sum of RGB (Red+Green+Blue) = 250+147+72=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9348 is #056CB7. Grayscale: #A9A9A9. Windows color (decimal): -355512 or 4756474. OLE color: 4756474.

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

Color convert

RGB 250 147 72 -
CMYK 0 0.41 0.71 0.02
HSL 25.28º 0.95% 0.63% -
HSV(B) 25.28º 0.71% 0.98% -
XYZ 51.03 41.66 11.48 -
YUV 169.25 73.12 185.6 -
System Red Green Blue C M Y K H S L
Decimal 250 147 72 0 0.41 0.71 0.02 25.28 0.95 0.63
Hex FA 93 48 0 29 47 2 19 5F 3F
Octal 372 223 110 0 51 107 2 31 137 77
Binary 11111010 10010011 1001000 0 101001 1000111 10 11001 1011111 111111

Color Harmonies of #FA9348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9348

Black with #FA9348

Text Example


Text Example

White with #FA9348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9348; }

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

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

background-color css

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

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

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

border-color css

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

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

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