Html Css Color HEX #F8944B Sea Buckthorn

📋 copy color: '#F8944B'

red 248 ◦ green 148 ◦ blue 75

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

Shades of Sea Buckthorn #F8944B

Tints of Sea Buckthorn #F8944B

RGB

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

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

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

R = 52.65%
G = 31.42%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8944B (or 0xF8944B) is known color: Sea Buckthorn. HEX triplet: F8, 94 and 4B. RGB value is (248,148,75). Sum of RGB (Red+Green+Blue) = 248+148+75=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8944B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8944B is #076BB4. Grayscale: #A9A9A9. Windows color (decimal): -486325 or 4953336. OLE color: 4953336.

HSL color Cylindrical-coordinate representation of color #F8944B: hue angle of 25.32º 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 #F8944B is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 148 75 -
CMYK 0 0.40 0.70 0.03
HSL 25.32º 0.93% 0.63% -
HSV(B) 25.32º 0.7% 0.97% -
XYZ 50.57 41.64 12.03 -
YUV 169.58 74.63 183.94 -
System Red Green Blue C M Y K H S L
Decimal 248 148 75 0 0.40 0.70 0.03 25.32 0.93 0.63
Hex F8 94 4B 0 28 46 3 19 5D 3F
Octal 370 224 113 0 50 106 3 31 135 77
Binary 11111000 10010100 1001011 0 101000 1000110 11 11001 1011101 111111

Color Harmonies of #F8944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8944B

Black with #F8944B

Text Example


Text Example

White with #F8944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8944B; }

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

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

background-color css

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

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

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

border-color css

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

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

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