Html Css Color HEX #F0973F Sea Buckthorn

📋 copy color: '#F0973F'

red 240 ◦ green 151 ◦ blue 63

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

Shades of Sea Buckthorn #F0973F

Tints of Sea Buckthorn #F0973F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.88%

R = 52.86%
G = 33.26%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0973F (or 0xF0973F) is known color: Sea Buckthorn. HEX triplet: F0, 97 and 3F. RGB value is (240,151,63). Sum of RGB (Red+Green+Blue) = 240+151+63=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0973F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0973F is #0F68C0. Grayscale: #A8A8A8. Windows color (decimal): -1009857 or 4167664. OLE color: 4167664.

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

Color convert

RGB 240 151 63 -
CMYK 0 0.37 0.74 0.06
HSL 29.83º 0.86% 0.59% -
HSV(B) 29.83º 0.74% 0.94% -
XYZ 47.9 41.02 10.1 -
YUV 167.58 68.99 179.66 -
System Red Green Blue C M Y K H S L
Decimal 240 151 63 0 0.37 0.74 0.06 29.83 0.86 0.59
Hex F0 97 3F 0 25 4A 6 1E 56 3B
Octal 360 227 77 0 45 112 6 36 126 73
Binary 11110000 10010111 111111 0 100101 1001010 110 11110 1010110 111011

Color Harmonies of #F0973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0973F

Black with #F0973F

Text Example


Text Example

White with #F0973F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0973F; }

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

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

background-color css

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

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

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

border-color css

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

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

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