Html Css Color HEX #F89350 Sea Buckthorn

📋 copy color: '#F89350'

red 248 ◦ green 147 ◦ blue 80

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

Shades of Sea Buckthorn #F89350

Tints of Sea Buckthorn #F89350

RGB

 RED value IS 248 (97.27% from 255) = 52.21%

 GREEN value IS 147 (57.81% from 255) = 30.95%

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

R = 52.21%
G = 30.95%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F89350 (or 0xF89350) is known color: Sea Buckthorn. HEX triplet: F8, 93 and 50. RGB value is (248,147,80). Sum of RGB (Red+Green+Blue) = 248+147+80=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F89350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89350 is #076CAF. Grayscale: #A9A9A9. Windows color (decimal): -486576 or 5280760. OLE color: 5280760.

HSL color Cylindrical-coordinate representation of color #F89350: hue angle of 23.93º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F89350 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 147 80 -
CMYK 0 0.41 0.68 0.03
HSL 23.93º 0.92% 0.64% -
HSV(B) 23.93º 0.68% 0.97% -
XYZ 50.59 41.4 12.91 -
YUV 169.56 77.46 183.95 -
System Red Green Blue C M Y K H S L
Decimal 248 147 80 0 0.41 0.68 0.03 23.93 0.92 0.64
Hex F8 93 50 0 29 44 3 18 5C 40
Octal 370 223 120 0 51 104 3 30 134 100
Binary 11111000 10010011 1010000 0 101001 1000100 11 11000 1011100 1000000

Color Harmonies of #F89350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89350

Black with #F89350

Text Example


Text Example

White with #F89350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89350; }

 p { color: rgb(248,147,80); }

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

background-color css

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

 a { background-color: rgb(248,147,80); }

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

border-color css

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

 span { border-color: rgb(248,147,80); }

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