Html Css Color HEX #F47C5E Crusta

📋 copy color: '#F47C5E'

red 244 ◦ green 124 ◦ blue 94

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

Shades of Crusta #F47C5E

Tints of Crusta #F47C5E

RGB

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

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

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

R = 52.81%
G = 26.84%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F47C5E (or 0xF47C5E) is known color: Crusta. HEX triplet: F4, 7C and 5E. RGB value is (244,124,94). Sum of RGB (Red+Green+Blue) = 244+124+94=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47C5E is #0B83A1. Grayscale: #9C9C9C. Windows color (decimal): -754594 or 6192372. OLE color: 6192372.

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

Color convert

RGB 244 124 94 -
CMYK 0 0.49 0.61 0.04
HSL 12º 0.87% 0.66% -
HSV(B) 12º 0.61% 0.96% -
XYZ 46.54 34.46 14.79 -
YUV 156.46 92.76 190.44 -
System Red Green Blue C M Y K H S L
Decimal 244 124 94 0 0.49 0.61 0.04 12 0.87 0.66
Hex F4 7C 5E 0 31 3D 4 C 57 42
Octal 364 174 136 0 61 75 4 14 127 102
Binary 11110100 1111100 1011110 0 110001 111101 100 1100 1010111 1000010

Color Harmonies of #F47C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47C5E

Black with #F47C5E

Text Example


Text Example

White with #F47C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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