Html Css Color HEX #FA9247 Sea Buckthorn

📋 copy color: '#FA9247'

red 250 ◦ green 146 ◦ blue 71

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

Shades of Sea Buckthorn #FA9247

Tints of Sea Buckthorn #FA9247

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.26%

 BLUE value IS 71 (28.13% from 255) = 15.2%

R = 53.53%
G = 31.26%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA9247 (or 0xFA9247) is known color: Sea Buckthorn. HEX triplet: FA, 92 and 47. RGB value is (250,146,71). Sum of RGB (Red+Green+Blue) = 250+146+71=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9247 is #056DB8. Grayscale: #A8A8A8. Windows color (decimal): -355769 or 4690682. OLE color: 4690682.

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

Color convert

RGB 250 146 71 -
CMYK 0 0.42 0.72 0.02
HSL 25.14º 0.95% 0.63% -
HSV(B) 25.14º 0.72% 0.98% -
XYZ 50.84 41.34 11.26 -
YUV 168.55 72.96 186.1 -
System Red Green Blue C M Y K H S L
Decimal 250 146 71 0 0.42 0.72 0.02 25.14 0.95 0.63
Hex FA 92 47 0 2A 48 2 19 5F 3F
Octal 372 222 107 0 52 110 2 31 137 77
Binary 11111010 10010010 1000111 0 101010 1001000 10 11001 1011111 111111

Color Harmonies of #FA9247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9247

Black with #FA9247

Text Example


Text Example

White with #FA9247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9247; }

 p { color: rgb(250,146,71); }

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

background-color css

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

 a { background-color: rgb(250,146,71); }

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

border-color css

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

 span { border-color: rgb(250,146,71); }

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