Html Css Color HEX #FA9448 Sunshade

📋 copy color: '#FA9448'

red 250 ◦ green 148 ◦ blue 72

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

Shades of Sunshade #FA9448

Tints of Sunshade #FA9448

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.49%

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

R = 53.19%
G = 31.49%
B = 15.32%

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

#FA9448 (or 0xFA9448) is known color: Sunshade. HEX triplet: FA, 94 and 48. RGB value is (250,148,72). Sum of RGB (Red+Green+Blue) = 250+148+72=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9448 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9448 is #056BB7. Grayscale: #AAAAAA. Windows color (decimal): -355256 or 4756730. OLE color: 4756730.

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

Color convert

RGB 250 148 72 -
CMYK 0 0.41 0.71 0.02
HSL 25.62º 0.95% 0.63% -
HSV(B) 25.62º 0.71% 0.98% -
XYZ 51.18 41.97 11.53 -
YUV 169.83 72.79 185.18 -
System Red Green Blue C M Y K H S L
Decimal 250 148 72 0 0.41 0.71 0.02 25.62 0.95 0.63
Hex FA 94 48 0 29 47 2 1A 5F 3F
Octal 372 224 110 0 51 107 2 32 137 77
Binary 11111010 10010100 1001000 0 101001 1000111 10 11010 1011111 111111

Color Harmonies of #FA9448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9448

Black with #FA9448

Text Example


Text Example

White with #FA9448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9448; }

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

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

background-color css

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

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

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

border-color css

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

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

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