Html Css Color HEX #F6914E Sea Buckthorn

📋 copy color: '#F6914E'

red 246 ◦ green 145 ◦ blue 78

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

Shades of Sea Buckthorn #F6914E

Tints of Sea Buckthorn #F6914E

RGB

 RED value IS 246 (96.48% from 255) = 52.45%

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

 BLUE value IS 78 (30.86% from 255) = 16.63%

R = 52.45%
G = 30.92%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F6914E (or 0xF6914E) is known color: Sea Buckthorn. HEX triplet: F6, 91 and 4E. RGB value is (246,145,78). Sum of RGB (Red+Green+Blue) = 246+145+78=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F6914E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6914E is #096EB1. Grayscale: #A7A7A7. Windows color (decimal): -618162 or 5149174. OLE color: 5149174.

HSL color Cylindrical-coordinate representation of color #F6914E: hue angle of 23.93º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F6914E is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 145 78 -
CMYK 0 0.41 0.68 0.04
HSL 23.93º 0.9% 0.64% -
HSV(B) 23.93º 0.68% 0.96% -
XYZ 49.51 40.39 12.4 -
YUV 167.56 77.46 183.95 -
System Red Green Blue C M Y K H S L
Decimal 246 145 78 0 0.41 0.68 0.04 23.93 0.9 0.64
Hex F6 91 4E 0 29 44 4 18 5A 40
Octal 366 221 116 0 51 104 4 30 132 100
Binary 11110110 10010001 1001110 0 101001 1000100 100 11000 1011010 1000000

Color Harmonies of #F6914E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6914E

Black with #F6914E

Text Example


Text Example

White with #F6914E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6914E; }

 p { color: rgb(246,145,78); }

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

background-color css

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

 a { background-color: rgb(246,145,78); }

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

border-color css

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

 span { border-color: rgb(246,145,78); }

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