Html Css Color HEX #FA9048 Sea Buckthorn

📋 copy color: '#FA9048'

red 250 ◦ green 144 ◦ blue 72

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

Shades of Sea Buckthorn #FA9048

Tints of Sea Buckthorn #FA9048

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.9%

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

R = 53.65%
G = 30.9%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA9048 (or 0xFA9048) is known color: Sea Buckthorn. HEX triplet: FA, 90 and 48. RGB value is (250,144,72). Sum of RGB (Red+Green+Blue) = 250+144+72=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9048 is #056FB7. Grayscale: #A7A7A7. Windows color (decimal): -356280 or 4755706. OLE color: 4755706.

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

Color convert

RGB 250 144 72 -
CMYK 0 0.42 0.71 0.02
HSL 24.27º 0.95% 0.63% -
HSV(B) 24.27º 0.71% 0.98% -
XYZ 50.57 40.74 11.33 -
YUV 167.49 74.12 186.85 -
System Red Green Blue C M Y K H S L
Decimal 250 144 72 0 0.42 0.71 0.02 24.27 0.95 0.63
Hex FA 90 48 0 2A 47 2 18 5F 3F
Octal 372 220 110 0 52 107 2 30 137 77
Binary 11111010 10010000 1001000 0 101010 1000111 10 11000 1011111 111111

Color Harmonies of #FA9048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9048

Black with #FA9048

Text Example


Text Example

White with #FA9048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9048; }

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

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

background-color css

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

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

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

border-color css

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

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

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