Html Css Color HEX #FA914C Sea Buckthorn

📋 copy color: '#FA914C'

red 250 ◦ green 145 ◦ blue 76

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

Shades of Sea Buckthorn #FA914C

Tints of Sea Buckthorn #FA914C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.14%

R = 53.08%
G = 30.79%
B = 16.14%

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

#FA914C (or 0xFA914C) is known color: Sea Buckthorn. HEX triplet: FA, 91 and 4C. RGB value is (250,145,76). Sum of RGB (Red+Green+Blue) = 250+145+76=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA914C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA914C is #056EB3. Grayscale: #A8A8A8. Windows color (decimal): -356020 or 5018106. OLE color: 5018106.

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

Color convert

RGB 250 145 76 -
CMYK 0 0.42 0.70 0.02
HSL 23.79º 0.95% 0.64% -
HSV(B) 23.79º 0.7% 0.98% -
XYZ 50.85 41.1 12.09 -
YUV 168.53 75.79 186.11 -
System Red Green Blue C M Y K H S L
Decimal 250 145 76 0 0.42 0.70 0.02 23.79 0.95 0.64
Hex FA 91 4C 0 2A 46 2 18 5F 40
Octal 372 221 114 0 52 106 2 30 137 100
Binary 11111010 10010001 1001100 0 101010 1000110 10 11000 1011111 1000000

Color Harmonies of #FA914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA914C

Black with #FA914C

Text Example


Text Example

White with #FA914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA914C; }

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

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

background-color css

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

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

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

border-color css

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

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

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