Html Css Color HEX #F4845A Crusta

📋 copy color: '#F4845A'

red 244 ◦ green 132 ◦ blue 90

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

Shades of Crusta #F4845A

Tints of Crusta #F4845A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.33%

 BLUE value IS 90 (35.55% from 255) = 19.31%

R = 52.36%
G = 28.33%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F4845A (or 0xF4845A) is known color: Crusta. HEX triplet: F4, 84 and 5A. RGB value is (244,132,90). Sum of RGB (Red+Green+Blue) = 244+132+90=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F4845A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4845A is #0B7BA5. Grayscale: #A0A0A0. Windows color (decimal): -752550 or 5932276. OLE color: 5932276.

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

Color convert

RGB 244 132 90 -
CMYK 0 0.46 0.63 0.04
HSL 16.36º 0.88% 0.65% -
HSV(B) 16.36º 0.63% 0.96% -
XYZ 47.4 36.47 14.21 -
YUV 160.7 88.11 187.42 -
System Red Green Blue C M Y K H S L
Decimal 244 132 90 0 0.46 0.63 0.04 16.36 0.88 0.65
Hex F4 84 5A 0 2E 3F 4 10 58 41
Octal 364 204 132 0 56 77 4 20 130 101
Binary 11110100 10000100 1011010 0 101110 111111 100 10000 1011000 1000001

Color Harmonies of #F4845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4845A

Black with #F4845A

Text Example


Text Example

White with #F4845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4845A; }

 p { color: rgb(244,132,90); }

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

background-color css

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

 a { background-color: rgb(244,132,90); }

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

border-color css

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

 span { border-color: rgb(244,132,90); }

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