Html Css Color HEX #F09150 Sea Buckthorn

📋 copy color: '#F09150'

red 240 ◦ green 145 ◦ blue 80

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

Shades of Sea Buckthorn #F09150

Tints of Sea Buckthorn #F09150

RGB

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

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

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

R = 51.61%
G = 31.18%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F09150 (or 0xF09150) is known color: Sea Buckthorn. HEX triplet: F0, 91 and 50. RGB value is (240,145,80). Sum of RGB (Red+Green+Blue) = 240+145+80=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F09150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09150 is #0F6EAF. Grayscale: #A6A6A6. Windows color (decimal): -1011376 or 5280240. OLE color: 5280240.

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

Color convert

RGB 240 145 80 -
CMYK 0 0.40 0.67 0.06
HSL 24.38º 0.84% 0.63% -
HSV(B) 24.38º 0.67% 0.94% -
XYZ 47.51 39.36 12.68 -
YUV 166 79.47 180.79 -
System Red Green Blue C M Y K H S L
Decimal 240 145 80 0 0.40 0.67 0.06 24.38 0.84 0.63
Hex F0 91 50 0 28 43 6 18 54 3F
Octal 360 221 120 0 50 103 6 30 124 77
Binary 11110000 10010001 1010000 0 101000 1000011 110 11000 1010100 111111

Color Harmonies of #F09150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09150

Black with #F09150

Text Example


Text Example

White with #F09150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09150; }

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

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

background-color css

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

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

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

border-color css

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

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

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