Html Css Color HEX #F1834C Crusta

📋 copy color: '#F1834C'

red 241 ◦ green 131 ◦ blue 76

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

Shades of Crusta #F1834C

Tints of Crusta #F1834C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.96%

R = 53.79%
G = 29.24%
B = 16.96%

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

#F1834C (or 0xF1834C) is known color: Crusta. HEX triplet: F1, 83 and 4C. RGB value is (241,131,76). Sum of RGB (Red+Green+Blue) = 241+131+76=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1834C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1834C is #0E7CB3. Grayscale: #9D9D9D. Windows color (decimal): -949428 or 5014513. OLE color: 5014513.

HSL color Cylindrical-coordinate representation of color #F1834C: hue angle of 20º 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 #F1834C is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 131 76 -
CMYK 0 0.46 0.68 0.05
HSL 20º 0.85% 0.62% -
HSV(B) 20º 0.68% 0.95% -
XYZ 45.7 35.46 11.27 -
YUV 157.62 81.94 187.47 -
System Red Green Blue C M Y K H S L
Decimal 241 131 76 0 0.46 0.68 0.05 20 0.85 0.62
Hex F1 83 4C 0 2E 44 5 14 55 3E
Octal 361 203 114 0 56 104 5 24 125 76
Binary 11110001 10000011 1001100 0 101110 1000100 101 10100 1010101 111110

Color Harmonies of #F1834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1834C

Black with #F1834C

Text Example


Text Example

White with #F1834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1834C; }

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

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

background-color css

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

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

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

border-color css

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

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

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