Html Css Color HEX #F8844F Crusta

📋 copy color: '#F8844F'

red 248 ◦ green 132 ◦ blue 79

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

Shades of Crusta #F8844F

Tints of Crusta #F8844F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.76%

 BLUE value IS 79 (31.25% from 255) = 17.21%

R = 54.03%
G = 28.76%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8844F (or 0xF8844F) is known color: Crusta. HEX triplet: F8, 84 and 4F. RGB value is (248,132,79). Sum of RGB (Red+Green+Blue) = 248+132+79=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 79 (31.25% from 255 or 17.21% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F8844F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8844F is #077BB0. Grayscale: #A0A0A0. Windows color (decimal): -490417 or 5211384. OLE color: 5211384.

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

Color convert

RGB 248 132 79 -
CMYK 0 0.47 0.68 0.03
HSL 18.82º 0.92% 0.64% -
HSV(B) 18.82º 0.68% 0.97% -
XYZ 48.37 37.02 11.99 -
YUV 160.64 81.93 190.31 -
System Red Green Blue C M Y K H S L
Decimal 248 132 79 0 0.47 0.68 0.03 18.82 0.92 0.64
Hex F8 84 4F 0 2F 44 3 13 5C 40
Octal 370 204 117 0 57 104 3 23 134 100
Binary 11111000 10000100 1001111 0 101111 1000100 11 10011 1011100 1000000

Color Harmonies of #F8844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8844F

Black with #F8844F

Text Example


Text Example

White with #F8844F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8844F; }

 p { color: rgb(248,132,79); }

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

background-color css

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

 a { background-color: rgb(248,132,79); }

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

border-color css

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

 span { border-color: rgb(248,132,79); }

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