Html Css Color HEX #F0934F Sea Buckthorn

📋 copy color: '#F0934F'

red 240 ◦ green 147 ◦ blue 79

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

Shades of Sea Buckthorn #F0934F

Tints of Sea Buckthorn #F0934F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.55%

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

R = 51.5%
G = 31.55%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0934F (or 0xF0934F) is known color: Sea Buckthorn. HEX triplet: F0, 93 and 4F. RGB value is (240,147,79). Sum of RGB (Red+Green+Blue) = 240+147+79=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0934F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0934F is #0F6CB0. Grayscale: #A7A7A7. Windows color (decimal): -1010865 or 5215216. OLE color: 5215216.

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

Color convert

RGB 240 147 79 -
CMYK 0 0.39 0.67 0.06
HSL 25.34º 0.84% 0.63% -
HSV(B) 25.34º 0.67% 0.94% -
XYZ 47.78 39.96 12.59 -
YUV 167.06 78.31 180.03 -
System Red Green Blue C M Y K H S L
Decimal 240 147 79 0 0.39 0.67 0.06 25.34 0.84 0.63
Hex F0 93 4F 0 27 43 6 19 54 3F
Octal 360 223 117 0 47 103 6 31 124 77
Binary 11110000 10010011 1001111 0 100111 1000011 110 11001 1010100 111111

Color Harmonies of #F0934F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0934F

Black with #F0934F

Text Example


Text Example

White with #F0934F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0934F; }

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

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

background-color css

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

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

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

border-color css

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

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

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