Html Css Color HEX #F47E5D Crusta

📋 copy color: '#F47E5D'

red 244 ◦ green 126 ◦ blue 93

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

Shades of Crusta #F47E5D

Tints of Crusta #F47E5D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.21%

 BLUE value IS 93 (36.72% from 255) = 20.09%

R = 52.7%
G = 27.21%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F47E5D (or 0xF47E5D) is known color: Crusta. HEX triplet: F4, 7E and 5D. RGB value is (244,126,93). Sum of RGB (Red+Green+Blue) = 244+126+93=463 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.70% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 244 - color contains mainly: red. Hex color #F47E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47E5D is #0B81A2. Grayscale: #9D9D9D. Windows color (decimal): -754083 or 6127348. OLE color: 6127348.

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

Color convert

RGB 244 126 93 -
CMYK 0 0.48 0.62 0.04
HSL 13.11º 0.87% 0.66% -
HSV(B) 13.11º 0.62% 0.96% -
XYZ 46.74 34.95 14.64 -
YUV 157.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 244 126 93 0 0.48 0.62 0.04 13.11 0.87 0.66
Hex F4 7E 5D 0 30 3E 4 D 57 42
Octal 364 176 135 0 60 76 4 15 127 102
Binary 11110100 1111110 1011101 0 110000 111110 100 1101 1010111 1000010

Color Harmonies of #F47E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47E5D

Black with #F47E5D

Text Example


Text Example

White with #F47E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47E5D; }

 p { color: rgb(244,126,93); }

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

background-color css

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

 a { background-color: rgb(244,126,93); }

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

border-color css

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

 span { border-color: rgb(244,126,93); }

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