Html Css Color HEX #F47D50 Crusta

📋 copy color: '#F47D50'

red 244 ◦ green 125 ◦ blue 80

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

Shades of Crusta #F47D50

Tints of Crusta #F47D50

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.84%

 BLUE value IS 80 (31.64% from 255) = 17.82%

R = 54.34%
G = 27.84%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F47D50 (or 0xF47D50) is known color: Crusta. HEX triplet: F4, 7D and 50. RGB value is (244,125,80). Sum of RGB (Red+Green+Blue) = 244+125+80=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47D50 is #0B82AF. Grayscale: #9B9B9B. Windows color (decimal): -754352 or 5275124. OLE color: 5275124.

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

Color convert

RGB 244 125 80 -
CMYK 0 0.49 0.67 0.04
HSL 16.46º 0.88% 0.64% -
HSV(B) 16.46º 0.67% 0.96% -
XYZ 46.09 34.48 11.82 -
YUV 155.45 85.42 191.16 -
System Red Green Blue C M Y K H S L
Decimal 244 125 80 0 0.49 0.67 0.04 16.46 0.88 0.64
Hex F4 7D 50 0 31 43 4 10 58 40
Octal 364 175 120 0 61 103 4 20 130 100
Binary 11110100 1111101 1010000 0 110001 1000011 100 10000 1011000 1000000

Color Harmonies of #F47D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47D50

Black with #F47D50

Text Example


Text Example

White with #F47D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47D50; }

 p { color: rgb(244,125,80); }

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

background-color css

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

 a { background-color: rgb(244,125,80); }

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

border-color css

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

 span { border-color: rgb(244,125,80); }

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