Html Css Color HEX #F8894C Crusta

📋 copy color: '#F8894C'

red 248 ◦ green 137 ◦ blue 76

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

Shades of Crusta #F8894C

Tints of Crusta #F8894C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.72%

 BLUE value IS 76 (30.08% from 255) = 16.49%

R = 53.8%
G = 29.72%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8894C (or 0xF8894C) is known color: Crusta. HEX triplet: F8, 89 and 4C. RGB value is (248,137,76). Sum of RGB (Red+Green+Blue) = 248+137+76=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F8894C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8894C is #0776B3. Grayscale: #A3A3A3. Windows color (decimal): -489140 or 5016056. OLE color: 5016056.

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

Color convert

RGB 248 137 76 -
CMYK 0 0.45 0.69 0.03
HSL 21.28º 0.92% 0.64% -
HSV(B) 21.28º 0.69% 0.97% -
XYZ 48.96 38.37 11.66 -
YUV 163.24 78.77 188.46 -
System Red Green Blue C M Y K H S L
Decimal 248 137 76 0 0.45 0.69 0.03 21.28 0.92 0.64
Hex F8 89 4C 0 2D 45 3 15 5C 40
Octal 370 211 114 0 55 105 3 25 134 100
Binary 11111000 10001001 1001100 0 101101 1000101 11 10101 1011100 1000000

Color Harmonies of #F8894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8894C

Black with #F8894C

Text Example


Text Example

White with #F8894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8894C; }

 p { color: rgb(248,137,76); }

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

background-color css

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

 a { background-color: rgb(248,137,76); }

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

border-color css

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

 span { border-color: rgb(248,137,76); }

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