Html Css Color HEX #F89142 Sea Buckthorn

📋 copy color: '#F89142'

red 248 ◦ green 145 ◦ blue 66

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

Shades of Sea Buckthorn #F89142

Tints of Sea Buckthorn #F89142

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.59%

 BLUE value IS 66 (26.17% from 255) = 14.38%

R = 54.03%
G = 31.59%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F89142 (or 0xF89142) is known color: Sea Buckthorn. HEX triplet: F8, 91 and 42. RGB value is (248,145,66). Sum of RGB (Red+Green+Blue) = 248+145+66=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F89142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89142 is #076EBD. Grayscale: #A7A7A7. Windows color (decimal): -487102 or 4362744. OLE color: 4362744.

HSL color Cylindrical-coordinate representation of color #F89142: hue angle of 26.04º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F89142 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 145 66 -
CMYK 0 0.42 0.73 0.03
HSL 26.04º 0.93% 0.62% -
HSV(B) 26.04º 0.73% 0.97% -
XYZ 49.82 40.6 10.37 -
YUV 166.79 71.12 185.92 -
System Red Green Blue C M Y K H S L
Decimal 248 145 66 0 0.42 0.73 0.03 26.04 0.93 0.62
Hex F8 91 42 0 2A 49 3 1A 5D 3E
Octal 370 221 102 0 52 111 3 32 135 76
Binary 11111000 10010001 1000010 0 101010 1001001 11 11010 1011101 111110

Color Harmonies of #F89142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89142

Black with #F89142

Text Example


Text Example

White with #F89142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89142; }

 p { color: rgb(248,145,66); }

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

background-color css

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

 a { background-color: rgb(248,145,66); }

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

border-color css

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

 span { border-color: rgb(248,145,66); }

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