Html Css Color HEX #FA914A Sea Buckthorn

📋 copy color: '#FA914A'

red 250 ◦ green 145 ◦ blue 74

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

Shades of Sea Buckthorn #FA914A

Tints of Sea Buckthorn #FA914A

RGB

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

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

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

R = 53.3%
G = 30.92%
B = 15.78%

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

#FA914A (or 0xFA914A) is known color: Sea Buckthorn. HEX triplet: FA, 91 and 4A. RGB value is (250,145,74). Sum of RGB (Red+Green+Blue) = 250+145+74=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA914A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA914A is #056EB5. Grayscale: #A8A8A8. Windows color (decimal): -356022 or 4887034. OLE color: 4887034.

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

Color convert

RGB 250 145 74 -
CMYK 0 0.42 0.70 0.02
HSL 24.2º 0.95% 0.64% -
HSV(B) 24.2º 0.7% 0.98% -
XYZ 50.79 41.07 11.73 -
YUV 168.3 74.79 186.27 -
System Red Green Blue C M Y K H S L
Decimal 250 145 74 0 0.42 0.70 0.02 24.2 0.95 0.64
Hex FA 91 4A 0 2A 46 2 18 5F 40
Octal 372 221 112 0 52 106 2 30 137 100
Binary 11111010 10010001 1001010 0 101010 1000110 10 11000 1011111 1000000

Color Harmonies of #FA914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA914A

Black with #FA914A

Text Example


Text Example

White with #FA914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA914A; }

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

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

background-color css

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

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

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

border-color css

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

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

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