Html Css Color HEX #F09D50 Sea Buckthorn

📋 copy color: '#F09D50'

red 240 ◦ green 157 ◦ blue 80

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

Shades of Sea Buckthorn #F09D50

Tints of Sea Buckthorn #F09D50

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.91%

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

R = 50.31%
G = 32.91%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F09D50 (or 0xF09D50) is known color: Sea Buckthorn. HEX triplet: F0, 9D and 50. RGB value is (240,157,80). Sum of RGB (Red+Green+Blue) = 240+157+80=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09D50 is #0F62AF. Grayscale: #ADADAD. Windows color (decimal): -1008304 or 5283312. OLE color: 5283312.

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

Color convert

RGB 240 157 80 -
CMYK 0 0.35 0.67 0.06
HSL 28.88º 0.84% 0.63% -
HSV(B) 28.88º 0.67% 0.94% -
XYZ 49.44 43.22 13.33 -
YUV 173.04 75.5 175.76 -
System Red Green Blue C M Y K H S L
Decimal 240 157 80 0 0.35 0.67 0.06 28.88 0.84 0.63
Hex F0 9D 50 0 23 43 6 1D 54 3F
Octal 360 235 120 0 43 103 6 35 124 77
Binary 11110000 10011101 1010000 0 100011 1000011 110 11101 1010100 111111

Color Harmonies of #F09D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09D50

Black with #F09D50

Text Example


Text Example

White with #F09D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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