Html Css Color HEX #F09248 Sea Buckthorn

📋 copy color: '#F09248'

red 240 ◦ green 146 ◦ blue 72

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

Shades of Sea Buckthorn #F09248

Tints of Sea Buckthorn #F09248

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.88%

 BLUE value IS 72 (28.52% from 255) = 15.72%

R = 52.4%
G = 31.88%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#F09248 (or 0xF09248) is known color: Sea Buckthorn. HEX triplet: F0, 92 and 48. RGB value is (240,146,72). Sum of RGB (Red+Green+Blue) = 240+146+72=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F09248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09248 is #0F6DB7. Grayscale: #A6A6A6. Windows color (decimal): -1011128 or 4756208. OLE color: 4756208.

HSL color Cylindrical-coordinate representation of color #F09248: hue angle of 26.43º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F09248 is Cyan = 0, Magento = 0.39, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 146 72 -
CMYK 0 0.39 0.7 0.06
HSL 26.43º 0.85% 0.61% -
HSV(B) 26.43º 0.7% 0.94% -
XYZ 47.38 39.55 11.27 -
YUV 165.67 75.14 181.02 -
System Red Green Blue C M Y K H S L
Decimal 240 146 72 0 0.39 0.7 0.06 26.43 0.85 0.61
Hex F0 92 48 0 27 46 6 1A 55 3D
Octal 360 222 110 0 47 106 6 32 125 75
Binary 11110000 10010010 1001000 0 100111 1000110 110 11010 1010101 111101

Color Harmonies of #F09248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09248

Black with #F09248

Text Example


Text Example

White with #F09248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09248; }

 p { color: rgb(240,146,72); }

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

background-color css

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

 a { background-color: rgb(240,146,72); }

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

border-color css

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

 span { border-color: rgb(240,146,72); }

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