Html Css Color HEX #F1834D Crusta

📋 copy color: '#F1834D'

red 241 ◦ green 131 ◦ blue 77

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

Shades of Crusta #F1834D

Tints of Crusta #F1834D

RGB

 RED value IS 241 (94.53% from 255) = 53.67%

 GREEN value IS 131 (51.56% from 255) = 29.18%

 BLUE value IS 77 (30.47% from 255) = 17.15%

R = 53.67%
G = 29.18%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1834D (or 0xF1834D) is known color: Crusta. HEX triplet: F1, 83 and 4D. RGB value is (241,131,77). Sum of RGB (Red+Green+Blue) = 241+131+77=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1834D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1834D is #0E7CB2. Grayscale: #9E9E9E. Windows color (decimal): -949427 or 5080049. OLE color: 5080049.

HSL color Cylindrical-coordinate representation of color #F1834D: hue angle of 19.76º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1834D is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 131 77 -
CMYK 0 0.46 0.68 0.05
HSL 19.76º 0.85% 0.62% -
HSV(B) 19.76º 0.68% 0.95% -
XYZ 45.73 35.47 11.46 -
YUV 157.73 82.44 187.39 -
System Red Green Blue C M Y K H S L
Decimal 241 131 77 0 0.46 0.68 0.05 19.76 0.85 0.62
Hex F1 83 4D 0 2E 44 5 14 55 3E
Octal 361 203 115 0 56 104 5 24 125 76
Binary 11110001 10000011 1001101 0 101110 1000100 101 10100 1010101 111110

Color Harmonies of #F1834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1834D

Black with #F1834D

Text Example


Text Example

White with #F1834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1834D; }

 p { color: rgb(241,131,77); }

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

background-color css

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

 a { background-color: rgb(241,131,77); }

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

border-color css

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

 span { border-color: rgb(241,131,77); }

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