Html Css Color HEX #F09050 Sea Buckthorn

📋 copy color: '#F09050'

red 240 ◦ green 144 ◦ blue 80

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

Shades of Sea Buckthorn #F09050

Tints of Sea Buckthorn #F09050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.03%

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

R = 51.72%
G = 31.03%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F09050 (or 0xF09050) is known color: Sea Buckthorn. HEX triplet: F0, 90 and 50. RGB value is (240,144,80). Sum of RGB (Red+Green+Blue) = 240+144+80=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F09050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09050 is #0F6FAF. Grayscale: #A5A5A5. Windows color (decimal): -1011632 or 5279984. OLE color: 5279984.

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

Color convert

RGB 240 144 80 -
CMYK 0 0.4 0.67 0.06
HSL 24º 0.84% 0.63% -
HSV(B) 24º 0.67% 0.94% -
XYZ 47.36 39.05 12.63 -
YUV 165.41 79.8 181.2 -
System Red Green Blue C M Y K H S L
Decimal 240 144 80 0 0.4 0.67 0.06 24 0.84 0.63
Hex F0 90 50 0 28 43 6 18 54 3F
Octal 360 220 120 0 50 103 6 30 124 77
Binary 11110000 10010000 1010000 0 101000 1000011 110 11000 1010100 111111

Color Harmonies of #F09050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09050

Black with #F09050

Text Example


Text Example

White with #F09050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09050; }

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

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

background-color css

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

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

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

border-color css

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

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

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