Html Css Color HEX #F8914B Sea Buckthorn

📋 copy color: '#F8914B'

red 248 ◦ green 145 ◦ blue 75

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

Shades of Sea Buckthorn #F8914B

Tints of Sea Buckthorn #F8914B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.03%

R = 52.99%
G = 30.98%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8914B (or 0xF8914B) is known color: Sea Buckthorn. HEX triplet: F8, 91 and 4B. RGB value is (248,145,75). Sum of RGB (Red+Green+Blue) = 248+145+75=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F8914B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8914B is #076EB4. Grayscale: #A8A8A8. Windows color (decimal): -487093 or 4952568. OLE color: 4952568.

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

Color convert

RGB 248 145 75 -
CMYK 0 0.42 0.70 0.03
HSL 24.28º 0.93% 0.63% -
HSV(B) 24.28º 0.7% 0.97% -
XYZ 50.11 40.72 11.87 -
YUV 167.82 75.62 185.19 -
System Red Green Blue C M Y K H S L
Decimal 248 145 75 0 0.42 0.70 0.03 24.28 0.93 0.63
Hex F8 91 4B 0 2A 46 3 18 5D 3F
Octal 370 221 113 0 52 106 3 30 135 77
Binary 11111000 10010001 1001011 0 101010 1000110 11 11000 1011101 111111

Color Harmonies of #F8914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8914B

Black with #F8914B

Text Example


Text Example

White with #F8914B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8914B; }

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

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

background-color css

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

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

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

border-color css

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

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

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