Html Css Color HEX #FA9144 Sea Buckthorn

📋 copy color: '#FA9144'

red 250 ◦ green 145 ◦ blue 68

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

Shades of Sea Buckthorn #FA9144

Tints of Sea Buckthorn #FA9144

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.32%

 BLUE value IS 68 (26.95% from 255) = 14.69%

R = 54%
G = 31.32%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FA9144 (or 0xFA9144) is known color: Sea Buckthorn. HEX triplet: FA, 91 and 44. RGB value is (250,145,68). Sum of RGB (Red+Green+Blue) = 250+145+68=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9144 is #056EBB. Grayscale: #A8A8A8. Windows color (decimal): -356028 or 4493818. OLE color: 4493818.

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

Color convert

RGB 250 145 68 -
CMYK 0 0.42 0.73 0.02
HSL 25.38º 0.95% 0.62% -
HSV(B) 25.38º 0.73% 0.98% -
XYZ 50.59 40.99 10.71 -
YUV 167.62 71.79 186.76 -
System Red Green Blue C M Y K H S L
Decimal 250 145 68 0 0.42 0.73 0.02 25.38 0.95 0.62
Hex FA 91 44 0 2A 49 2 19 5F 3E
Octal 372 221 104 0 52 111 2 31 137 76
Binary 11111010 10010001 1000100 0 101010 1001001 10 11001 1011111 111110

Color Harmonies of #FA9144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9144

Black with #FA9144

Text Example


Text Example

White with #FA9144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9144; }

 p { color: rgb(250,145,68); }

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

background-color css

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

 a { background-color: rgb(250,145,68); }

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

border-color css

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

 span { border-color: rgb(250,145,68); }

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