Html Css Color HEX #F09450 Sea Buckthorn

📋 copy color: '#F09450'

red 240 ◦ green 148 ◦ blue 80

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

Shades of Sea Buckthorn #F09450

Tints of Sea Buckthorn #F09450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.62%

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

R = 51.28%
G = 31.62%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F09450 (or 0xF09450) is known color: Sea Buckthorn. HEX triplet: F0, 94 and 50. RGB value is (240,148,80). Sum of RGB (Red+Green+Blue) = 240+148+80=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F09450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09450 is #0F6BAF. Grayscale: #A8A8A8. Windows color (decimal): -1010608 or 5281008. OLE color: 5281008.

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

Color convert

RGB 240 148 80 -
CMYK 0 0.38 0.67 0.06
HSL 25.5º 0.84% 0.63% -
HSV(B) 25.5º 0.67% 0.94% -
XYZ 47.97 40.28 12.84 -
YUV 167.76 78.48 179.53 -
System Red Green Blue C M Y K H S L
Decimal 240 148 80 0 0.38 0.67 0.06 25.5 0.84 0.63
Hex F0 94 50 0 26 43 6 1A 54 3F
Octal 360 224 120 0 46 103 6 32 124 77
Binary 11110000 10010100 1010000 0 100110 1000011 110 11010 1010100 111111

Color Harmonies of #F09450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09450

Black with #F09450

Text Example


Text Example

White with #F09450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09450; }

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

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

background-color css

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

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

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

border-color css

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

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

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