Html Css Color HEX #F48C54 Crusta

📋 copy color: '#F48C54'

red 244 ◦ green 140 ◦ blue 84

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

Shades of Crusta #F48C54

Tints of Crusta #F48C54

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.91%

 BLUE value IS 84 (33.2% from 255) = 17.95%

R = 52.14%
G = 29.91%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F48C54 (or 0xF48C54) is known color: Crusta. HEX triplet: F4, 8C and 54. RGB value is (244,140,84). Sum of RGB (Red+Green+Blue) = 244+140+84=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48C54 is #0B73AB. Grayscale: #A5A5A5. Windows color (decimal): -750508 or 5541108. OLE color: 5541108.

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

Color convert

RGB 244 140 84 -
CMYK 0 0.43 0.66 0.04
HSL 21º 0.88% 0.64% -
HSV(B) 21º 0.66% 0.96% -
XYZ 48.29 38.63 13.3 -
YUV 164.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 244 140 84 0 0.43 0.66 0.04 21 0.88 0.64
Hex F4 8C 54 0 2B 42 4 15 58 40
Octal 364 214 124 0 53 102 4 25 130 100
Binary 11110100 10001100 1010100 0 101011 1000010 100 10101 1011000 1000000

Color Harmonies of #F48C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48C54

Black with #F48C54

Text Example


Text Example

White with #F48C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48C54; }

 p { color: rgb(244,140,84); }

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

background-color css

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

 a { background-color: rgb(244,140,84); }

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

border-color css

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

 span { border-color: rgb(244,140,84); }

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