Html Css Color HEX #F0914E Sea Buckthorn

📋 copy color: '#F0914E'

red 240 ◦ green 145 ◦ blue 78

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

Shades of Sea Buckthorn #F0914E

Tints of Sea Buckthorn #F0914E

RGB

 RED value IS 240 (94.14% from 255) = 51.84%

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

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

R = 51.84%
G = 31.32%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0914E (or 0xF0914E) is known color: Sea Buckthorn. HEX triplet: F0, 91 and 4E. RGB value is (240,145,78). Sum of RGB (Red+Green+Blue) = 240+145+78=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0914E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0914E is #0F6EB1. Grayscale: #A6A6A6. Windows color (decimal): -1011378 or 5149168. OLE color: 5149168.

HSL color Cylindrical-coordinate representation of color #F0914E: hue angle of 24.81º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0914E is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 145 78 -
CMYK 0 0.40 0.68 0.06
HSL 24.81º 0.84% 0.62% -
HSV(B) 24.81º 0.68% 0.94% -
XYZ 47.44 39.33 12.3 -
YUV 165.77 78.47 180.95 -
System Red Green Blue C M Y K H S L
Decimal 240 145 78 0 0.40 0.68 0.06 24.81 0.84 0.62
Hex F0 91 4E 0 28 44 6 19 54 3E
Octal 360 221 116 0 50 104 6 31 124 76
Binary 11110000 10010001 1001110 0 101000 1000100 110 11001 1010100 111110

Color Harmonies of #F0914E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0914E

Black with #F0914E

Text Example


Text Example

White with #F0914E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0914E; }

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

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

background-color css

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

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

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

border-color css

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

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

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