Html Css Color HEX #F1865C Crusta

📋 copy color: '#F1865C'

red 241 ◦ green 134 ◦ blue 92

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

Shades of Crusta #F1865C

Tints of Crusta #F1865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.7%

R = 51.61%
G = 28.69%
B = 19.7%

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

#F1865C (or 0xF1865C) is known color: Crusta. HEX triplet: F1, 86 and 5C. RGB value is (241,134,92). Sum of RGB (Red+Green+Blue) = 241+134+92=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1865C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1865C is #0E79A3. Grayscale: #A1A1A1. Windows color (decimal): -948644 or 6063857. OLE color: 6063857.

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

Color convert

RGB 241 134 92 -
CMYK 0 0.44 0.62 0.05
HSL 16.91º 0.84% 0.65% -
HSV(B) 16.91º 0.62% 0.95% -
XYZ 46.73 36.52 14.71 -
YUV 161.21 88.95 184.92 -
System Red Green Blue C M Y K H S L
Decimal 241 134 92 0 0.44 0.62 0.05 16.91 0.84 0.65
Hex F1 86 5C 0 2C 3E 5 11 54 41
Octal 361 206 134 0 54 76 5 21 124 101
Binary 11110001 10000110 1011100 0 101100 111110 101 10001 1010100 1000001

Color Harmonies of #F1865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1865C

Black with #F1865C

Text Example


Text Example

White with #F1865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1865C; }

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

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

background-color css

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

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

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

border-color css

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

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

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