Html Css Color HEX #F8894A Crusta

📋 copy color: '#F8894A'

red 248 ◦ green 137 ◦ blue 74

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

Shades of Crusta #F8894A

Tints of Crusta #F8894A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.12%

R = 54.03%
G = 29.85%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8894A (or 0xF8894A) is known color: Crusta. HEX triplet: F8, 89 and 4A. RGB value is (248,137,74). Sum of RGB (Red+Green+Blue) = 248+137+74=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F8894A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8894A is #0776B5. Grayscale: #A3A3A3. Windows color (decimal): -489142 or 4884984. OLE color: 4884984.

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

Color convert

RGB 248 137 74 -
CMYK 0 0.45 0.70 0.03
HSL 21.72º 0.93% 0.63% -
HSV(B) 21.72º 0.7% 0.97% -
XYZ 48.89 38.34 11.3 -
YUV 163.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 248 137 74 0 0.45 0.70 0.03 21.72 0.93 0.63
Hex F8 89 4A 0 2D 46 3 16 5D 3F
Octal 370 211 112 0 55 106 3 26 135 77
Binary 11111000 10001001 1001010 0 101101 1000110 11 10110 1011101 111111

Color Harmonies of #F8894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8894A

Black with #F8894A

Text Example


Text Example

White with #F8894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8894A; }

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

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

background-color css

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

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

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

border-color css

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

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

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