Html Css Color HEX #F09650 Sea Buckthorn

📋 copy color: '#F09650'

red 240 ◦ green 150 ◦ blue 80

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

Shades of Sea Buckthorn #F09650

Tints of Sea Buckthorn #F09650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.91%

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

R = 51.06%
G = 31.91%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F09650 (or 0xF09650) is known color: Sea Buckthorn. HEX triplet: F0, 96 and 50. RGB value is (240,150,80). Sum of RGB (Red+Green+Blue) = 240+150+80=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F09650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09650 is #0F69AF. Grayscale: #A9A9A9. Windows color (decimal): -1010096 or 5281520. OLE color: 5281520.

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

Color convert

RGB 240 150 80 -
CMYK 0 0.37 0.67 0.06
HSL 26.25º 0.84% 0.63% -
HSV(B) 26.25º 0.67% 0.94% -
XYZ 48.29 40.92 12.94 -
YUV 168.93 77.82 178.69 -
System Red Green Blue C M Y K H S L
Decimal 240 150 80 0 0.37 0.67 0.06 26.25 0.84 0.63
Hex F0 96 50 0 25 43 6 1A 54 3F
Octal 360 226 120 0 45 103 6 32 124 77
Binary 11110000 10010110 1010000 0 100101 1000011 110 11010 1010100 111111

Color Harmonies of #F09650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09650

Black with #F09650

Text Example


Text Example

White with #F09650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09650; }

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

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

background-color css

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

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

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

border-color css

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

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

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