Html Css Color HEX #F1865B Crusta

📋 copy color: '#F1865B'

red 241 ◦ green 134 ◦ blue 91

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

Shades of Crusta #F1865B

Tints of Crusta #F1865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.76%

 BLUE value IS 91 (35.94% from 255) = 19.53%

R = 51.72%
G = 28.76%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1865B (or 0xF1865B) is known color: Crusta. HEX triplet: F1, 86 and 5B. RGB value is (241,134,91). Sum of RGB (Red+Green+Blue) = 241+134+91=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1865B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1865B is #0E79A4. Grayscale: #A1A1A1. Windows color (decimal): -948645 or 5998321. OLE color: 5998321.

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

Color convert

RGB 241 134 91 -
CMYK 0 0.44 0.62 0.05
HSL 17.2º 0.84% 0.65% -
HSV(B) 17.2º 0.62% 0.95% -
XYZ 46.69 36.51 14.48 -
YUV 161.09 88.45 185 -
System Red Green Blue C M Y K H S L
Decimal 241 134 91 0 0.44 0.62 0.05 17.2 0.84 0.65
Hex F1 86 5B 0 2C 3E 5 11 54 41
Octal 361 206 133 0 54 76 5 21 124 101
Binary 11110001 10000110 1011011 0 101100 111110 101 10001 1010100 1000001

Color Harmonies of #F1865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1865B

Black with #F1865B

Text Example


Text Example

White with #F1865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1865B; }

 p { color: rgb(241,134,91); }

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

background-color css

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

 a { background-color: rgb(241,134,91); }

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

border-color css

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

 span { border-color: rgb(241,134,91); }

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