Html Css Color HEX #F09350 Sea Buckthorn

📋 copy color: '#F09350'

red 240 ◦ green 147 ◦ blue 80

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

Shades of Sea Buckthorn #F09350

Tints of Sea Buckthorn #F09350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.13%

R = 51.39%
G = 31.48%
B = 17.13%

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

#F09350 (or 0xF09350) is known color: Sea Buckthorn. HEX triplet: F0, 93 and 50. RGB value is (240,147,80). Sum of RGB (Red+Green+Blue) = 240+147+80=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F09350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09350 is #0F6CAF. Grayscale: #A7A7A7. Windows color (decimal): -1010864 or 5280752. OLE color: 5280752.

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

Color convert

RGB 240 147 80 -
CMYK 0 0.39 0.67 0.06
HSL 25.13º 0.84% 0.63% -
HSV(B) 25.13º 0.67% 0.94% -
XYZ 47.82 39.97 12.78 -
YUV 167.17 78.81 179.95 -
System Red Green Blue C M Y K H S L
Decimal 240 147 80 0 0.39 0.67 0.06 25.13 0.84 0.63
Hex F0 93 50 0 27 43 6 19 54 3F
Octal 360 223 120 0 47 103 6 31 124 77
Binary 11110000 10010011 1010000 0 100111 1000011 110 11001 1010100 111111

Color Harmonies of #F09350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09350

Black with #F09350

Text Example


Text Example

White with #F09350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09350; }

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

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

background-color css

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

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

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

border-color css

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

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

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