Html Css Color HEX #F0914D Sea Buckthorn

📋 copy color: '#F0914D'

red 240 ◦ green 145 ◦ blue 77

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

Shades of Sea Buckthorn #F0914D

Tints of Sea Buckthorn #F0914D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.67%

R = 51.95%
G = 31.39%
B = 16.67%

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

#F0914D (or 0xF0914D) is known color: Sea Buckthorn. HEX triplet: F0, 91 and 4D. RGB value is (240,145,77). Sum of RGB (Red+Green+Blue) = 240+145+77=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0914D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0914D is #0F6EB2. Grayscale: #A6A6A6. Windows color (decimal): -1011379 or 5083632. OLE color: 5083632.

HSL color Cylindrical-coordinate representation of color #F0914D: hue angle of 25.03º 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 #F0914D is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 145 77 -
CMYK 0 0.40 0.68 0.06
HSL 25.03º 0.84% 0.62% -
HSV(B) 25.03º 0.68% 0.94% -
XYZ 47.4 39.31 12.11 -
YUV 165.65 77.97 181.03 -
System Red Green Blue C M Y K H S L
Decimal 240 145 77 0 0.40 0.68 0.06 25.03 0.84 0.62
Hex F0 91 4D 0 28 44 6 19 54 3E
Octal 360 221 115 0 50 104 6 31 124 76
Binary 11110000 10010001 1001101 0 101000 1000100 110 11001 1010100 111110

Color Harmonies of #F0914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0914D

Black with #F0914D

Text Example


Text Example

White with #F0914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0914D; }

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

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

background-color css

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

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

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

border-color css

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

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

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