Html Css Color HEX #FA904A Sea Buckthorn

📋 copy color: '#FA904A'

red 250 ◦ green 144 ◦ blue 74

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

Shades of Sea Buckthorn #FA904A

Tints of Sea Buckthorn #FA904A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.81%

R = 53.42%
G = 30.77%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA904A (or 0xFA904A) is known color: Sea Buckthorn. HEX triplet: FA, 90 and 4A. RGB value is (250,144,74). Sum of RGB (Red+Green+Blue) = 250+144+74=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA904A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA904A is #056FB5. Grayscale: #A8A8A8. Windows color (decimal): -356278 or 4886778. OLE color: 4886778.

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

Color convert

RGB 250 144 74 -
CMYK 0 0.42 0.70 0.02
HSL 23.86º 0.95% 0.64% -
HSV(B) 23.86º 0.7% 0.98% -
XYZ 50.63 40.76 11.68 -
YUV 167.71 75.12 186.69 -
System Red Green Blue C M Y K H S L
Decimal 250 144 74 0 0.42 0.70 0.02 23.86 0.95 0.64
Hex FA 90 4A 0 2A 46 2 18 5F 40
Octal 372 220 112 0 52 106 2 30 137 100
Binary 11111010 10010000 1001010 0 101010 1000110 10 11000 1011111 1000000

Color Harmonies of #FA904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA904A

Black with #FA904A

Text Example


Text Example

White with #FA904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA904A; }

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

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

background-color css

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

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

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

border-color css

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

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

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