Html Css Color HEX #F48F5E Crusta

📋 copy color: '#F48F5E'

red 244 ◦ green 143 ◦ blue 94

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

Shades of Crusta #F48F5E

Tints of Crusta #F48F5E

RGB

 RED value IS 244 (95.7% from 255) = 50.73%

 GREEN value IS 143 (56.25% from 255) = 29.73%

 BLUE value IS 94 (37.11% from 255) = 19.54%

R = 50.73%
G = 29.73%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F48F5E (or 0xF48F5E) is known color: Crusta. HEX triplet: F4, 8F and 5E. RGB value is (244,143,94). Sum of RGB (Red+Green+Blue) = 244+143+94=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F48F5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48F5E is #0B70A1. Grayscale: #A7A7A7. Windows color (decimal): -749730 or 6197236. OLE color: 6197236.

HSL color Cylindrical-coordinate representation of color #F48F5E: hue angle of 19.6º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F48F5E is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 143 94 -
CMYK 0 0.41 0.61 0.04
HSL 19.6º 0.87% 0.66% -
HSV(B) 19.6º 0.61% 0.96% -
XYZ 49.15 39.69 15.66 -
YUV 167.61 86.46 182.48 -
System Red Green Blue C M Y K H S L
Decimal 244 143 94 0 0.41 0.61 0.04 19.6 0.87 0.66
Hex F4 8F 5E 0 29 3D 4 14 57 42
Octal 364 217 136 0 51 75 4 24 127 102
Binary 11110100 10001111 1011110 0 101001 111101 100 10100 1010111 1000010

Color Harmonies of #F48F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48F5E

Black with #F48F5E

Text Example


Text Example

White with #F48F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48F5E; }

 p { color: rgb(244,143,94); }

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

background-color css

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

 a { background-color: rgb(244,143,94); }

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

border-color css

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

 span { border-color: rgb(244,143,94); }

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