Html Css Color HEX #FA9045 Sea Buckthorn

📋 copy color: '#FA9045'

red 250 ◦ green 144 ◦ blue 69

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

Shades of Sea Buckthorn #FA9045

Tints of Sea Buckthorn #FA9045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.9%

R = 54%
G = 31.1%
B = 14.9%

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

#FA9045 (or 0xFA9045) is known color: Sea Buckthorn. HEX triplet: FA, 90 and 45. RGB value is (250,144,69). Sum of RGB (Red+Green+Blue) = 250+144+69=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9045 is #056FBA. Grayscale: #A7A7A7. Windows color (decimal): -356283 or 4559098. OLE color: 4559098.

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

Color convert

RGB 250 144 69 -
CMYK 0 0.42 0.72 0.02
HSL 24.86º 0.95% 0.63% -
HSV(B) 24.86º 0.72% 0.98% -
XYZ 50.47 40.7 10.83 -
YUV 167.14 72.62 187.1 -
System Red Green Blue C M Y K H S L
Decimal 250 144 69 0 0.42 0.72 0.02 24.86 0.95 0.63
Hex FA 90 45 0 2A 48 2 19 5F 3F
Octal 372 220 105 0 52 110 2 31 137 77
Binary 11111010 10010000 1000101 0 101010 1001000 10 11001 1011111 111111

Color Harmonies of #FA9045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9045

Black with #FA9045

Text Example


Text Example

White with #FA9045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9045; }

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

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

background-color css

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

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

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

border-color css

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

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

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