Html Css Color HEX #F1824E Crusta

📋 copy color: '#F1824E'

red 241 ◦ green 130 ◦ blue 78

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

Shades of Crusta #F1824E

Tints of Crusta #F1824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.95%

 BLUE value IS 78 (30.86% from 255) = 17.37%

R = 53.67%
G = 28.95%
B = 17.37%

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

#F1824E (or 0xF1824E) is known color: Crusta. HEX triplet: F1, 82 and 4E. RGB value is (241,130,78). Sum of RGB (Red+Green+Blue) = 241+130+78=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1824E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1824E is #0E7DB1. Grayscale: #9D9D9D. Windows color (decimal): -949682 or 5145329. OLE color: 5145329.

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

Color convert

RGB 241 130 78 -
CMYK 0 0.46 0.68 0.05
HSL 19.14º 0.85% 0.63% -
HSV(B) 19.14º 0.68% 0.95% -
XYZ 45.63 35.22 11.6 -
YUV 157.26 83.27 187.73 -
System Red Green Blue C M Y K H S L
Decimal 241 130 78 0 0.46 0.68 0.05 19.14 0.85 0.63
Hex F1 82 4E 0 2E 44 5 13 55 3F
Octal 361 202 116 0 56 104 5 23 125 77
Binary 11110001 10000010 1001110 0 101110 1000100 101 10011 1010101 111111

Color Harmonies of #F1824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1824E

Black with #F1824E

Text Example


Text Example

White with #F1824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1824E; }

 p { color: rgb(241,130,78); }

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

background-color css

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

 a { background-color: rgb(241,130,78); }

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

border-color css

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

 span { border-color: rgb(241,130,78); }

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