Html Css Color HEX #F09A50 Sea Buckthorn

📋 copy color: '#F09A50'

red 240 ◦ green 154 ◦ blue 80

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

Shades of Sea Buckthorn #F09A50

Tints of Sea Buckthorn #F09A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.49%

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

R = 50.63%
G = 32.49%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F09A50 (or 0xF09A50) is known color: Sea Buckthorn. HEX triplet: F0, 9A and 50. RGB value is (240,154,80). Sum of RGB (Red+Green+Blue) = 240+154+80=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09A50 is #0F65AF. Grayscale: #ABABAB. Windows color (decimal): -1009072 or 5282544. OLE color: 5282544.

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

Color convert

RGB 240 154 80 -
CMYK 0 0.36 0.67 0.06
HSL 27.75º 0.84% 0.63% -
HSV(B) 27.75º 0.67% 0.94% -
XYZ 48.94 42.22 13.16 -
YUV 171.28 76.49 177.02 -
System Red Green Blue C M Y K H S L
Decimal 240 154 80 0 0.36 0.67 0.06 27.75 0.84 0.63
Hex F0 9A 50 0 24 43 6 1C 54 3F
Octal 360 232 120 0 44 103 6 34 124 77
Binary 11110000 10011010 1010000 0 100100 1000011 110 11100 1010100 111111

Color Harmonies of #F09A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09A50

Black with #F09A50

Text Example


Text Example

White with #F09A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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