Html Css Color HEX #F0974F Sea Buckthorn

📋 copy color: '#F0974F'

red 240 ◦ green 151 ◦ blue 79

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

Shades of Sea Buckthorn #F0974F

Tints of Sea Buckthorn #F0974F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.13%

 BLUE value IS 79 (31.25% from 255) = 16.81%

R = 51.06%
G = 32.13%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0974F (or 0xF0974F) is known color: Sea Buckthorn. HEX triplet: F0, 97 and 4F. RGB value is (240,151,79). Sum of RGB (Red+Green+Blue) = 240+151+79=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 79 (31.25% from 255 or 16.81% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0974F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0974F is #0F68B0. Grayscale: #A9A9A9. Windows color (decimal): -1009841 or 5216240. OLE color: 5216240.

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

Color convert

RGB 240 151 79 -
CMYK 0 0.37 0.67 0.06
HSL 26.83º 0.84% 0.63% -
HSV(B) 26.83º 0.67% 0.94% -
XYZ 48.41 41.22 12.8 -
YUV 169.4 76.99 178.35 -
System Red Green Blue C M Y K H S L
Decimal 240 151 79 0 0.37 0.67 0.06 26.83 0.84 0.63
Hex F0 97 4F 0 25 43 6 1B 54 3F
Octal 360 227 117 0 45 103 6 33 124 77
Binary 11110000 10010111 1001111 0 100101 1000011 110 11011 1010100 111111

Color Harmonies of #F0974F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0974F

Black with #F0974F

Text Example


Text Example

White with #F0974F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0974F; }

 p { color: rgb(240,151,79); }

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

background-color css

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

 a { background-color: rgb(240,151,79); }

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

border-color css

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

 span { border-color: rgb(240,151,79); }

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