Html Css Color HEX #F19356 Crusta

📋 copy color: '#F19356'

red 241 ◦ green 147 ◦ blue 86

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

Shades of Crusta #F19356

Tints of Crusta #F19356

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.01%

 BLUE value IS 86 (33.98% from 255) = 18.14%

R = 50.84%
G = 31.01%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F19356 (or 0xF19356) is known color: Crusta. HEX triplet: F1, 93 and 56. RGB value is (241,147,86). Sum of RGB (Red+Green+Blue) = 241+147+86=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F19356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19356 is #0E6CA9. Grayscale: #A8A8A8. Windows color (decimal): -945322 or 5673969. OLE color: 5673969.

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

Color convert

RGB 241 147 86 -
CMYK 0 0.39 0.64 0.05
HSL 23.61º 0.85% 0.64% -
HSV(B) 23.61º 0.64% 0.95% -
XYZ 48.39 40.24 14.02 -
YUV 168.15 81.64 179.96 -
System Red Green Blue C M Y K H S L
Decimal 241 147 86 0 0.39 0.64 0.05 23.61 0.85 0.64
Hex F1 93 56 0 27 40 5 18 55 40
Octal 361 223 126 0 47 100 5 30 125 100
Binary 11110001 10010011 1010110 0 100111 1000000 101 11000 1010101 1000000

Color Harmonies of #F19356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19356

Black with #F19356

Text Example


Text Example

White with #F19356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19356; }

 p { color: rgb(241,147,86); }

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

background-color css

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

 a { background-color: rgb(241,147,86); }

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

border-color css

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

 span { border-color: rgb(241,147,86); }

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