Html Css Color HEX #F1864D Crusta

📋 copy color: '#F1864D'

red 241 ◦ green 134 ◦ blue 77

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

Shades of Crusta #F1864D

Tints of Crusta #F1864D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.04%

R = 53.32%
G = 29.65%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1864D (or 0xF1864D) is known color: Crusta. HEX triplet: F1, 86 and 4D. RGB value is (241,134,77). Sum of RGB (Red+Green+Blue) = 241+134+77=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1864D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1864D is #0E79B2. Grayscale: #9F9F9F. Windows color (decimal): -948659 or 5080817. OLE color: 5080817.

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

Color convert

RGB 241 134 77 -
CMYK 0 0.44 0.68 0.05
HSL 20.85º 0.85% 0.62% -
HSV(B) 20.85º 0.68% 0.95% -
XYZ 46.14 36.29 11.59 -
YUV 159.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 241 134 77 0 0.44 0.68 0.05 20.85 0.85 0.62
Hex F1 86 4D 0 2C 44 5 15 55 3E
Octal 361 206 115 0 54 104 5 25 125 76
Binary 11110001 10000110 1001101 0 101100 1000100 101 10101 1010101 111110

Color Harmonies of #F1864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1864D

Black with #F1864D

Text Example


Text Example

White with #F1864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1864D; }

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

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

background-color css

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

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

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

border-color css

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

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

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