Html Css Color HEX #F47C52 Crusta

📋 copy color: '#F47C52'

red 244 ◦ green 124 ◦ blue 82

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

Shades of Crusta #F47C52

Tints of Crusta #F47C52

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.56%

 BLUE value IS 82 (32.42% from 255) = 18.22%

R = 54.22%
G = 27.56%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F47C52 (or 0xF47C52) is known color: Crusta. HEX triplet: F4, 7C and 52. RGB value is (244,124,82). Sum of RGB (Red+Green+Blue) = 244+124+82=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47C52 is #0B83AD. Grayscale: #9B9B9B. Windows color (decimal): -754606 or 5405940. OLE color: 5405940.

HSL color Cylindrical-coordinate representation of color #F47C52: hue angle of 15.56º 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 #F47C52 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 124 82 -
CMYK 0 0.49 0.66 0.04
HSL 15.56º 0.88% 0.64% -
HSV(B) 15.56º 0.66% 0.96% -
XYZ 46.04 34.26 12.17 -
YUV 155.09 86.76 191.42 -
System Red Green Blue C M Y K H S L
Decimal 244 124 82 0 0.49 0.66 0.04 15.56 0.88 0.64
Hex F4 7C 52 0 31 42 4 10 58 40
Octal 364 174 122 0 61 102 4 20 130 100
Binary 11110100 1111100 1010010 0 110001 1000010 100 10000 1011000 1000000

Color Harmonies of #F47C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47C52

Black with #F47C52

Text Example


Text Example

White with #F47C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47C52; }

 p { color: rgb(244,124,82); }

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

background-color css

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

 a { background-color: rgb(244,124,82); }

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

border-color css

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

 span { border-color: rgb(244,124,82); }

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