Html Css Color HEX #F19153 Crusta

📋 copy color: '#F19153'

red 241 ◦ green 145 ◦ blue 83

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

Shades of Crusta #F19153

Tints of Crusta #F19153

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.92%

 BLUE value IS 83 (32.81% from 255) = 17.7%

R = 51.39%
G = 30.92%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F19153 (or 0xF19153) is known color: Crusta. HEX triplet: F1, 91 and 53. RGB value is (241,145,83). Sum of RGB (Red+Green+Blue) = 241+145+83=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F19153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19153 is #0E6EAC. Grayscale: #A6A6A6. Windows color (decimal): -945837 or 5476849. OLE color: 5476849.

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

Color convert

RGB 241 145 83 -
CMYK 0 0.40 0.66 0.05
HSL 23.54º 0.85% 0.64% -
HSV(B) 23.54º 0.66% 0.95% -
XYZ 47.96 39.58 13.29 -
YUV 166.64 80.8 181.04 -
System Red Green Blue C M Y K H S L
Decimal 241 145 83 0 0.40 0.66 0.05 23.54 0.85 0.64
Hex F1 91 53 0 28 42 5 18 55 40
Octal 361 221 123 0 50 102 5 30 125 100
Binary 11110001 10010001 1010011 0 101000 1000010 101 11000 1010101 1000000

Color Harmonies of #F19153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19153

Black with #F19153

Text Example


Text Example

White with #F19153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19153; }

 p { color: rgb(241,145,83); }

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

background-color css

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

 a { background-color: rgb(241,145,83); }

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

border-color css

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

 span { border-color: rgb(241,145,83); }

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