Html Css Color HEX #F1864C Crusta

📋 copy color: '#F1864C'

red 241 ◦ green 134 ◦ blue 76

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

Shades of Crusta #F1864C

Tints of Crusta #F1864C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.85%

R = 53.44%
G = 29.71%
B = 16.85%

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

#F1864C (or 0xF1864C) is known color: Crusta. HEX triplet: F1, 86 and 4C. RGB value is (241,134,76). Sum of RGB (Red+Green+Blue) = 241+134+76=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1864C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1864C is #0E79B3. Grayscale: #9F9F9F. Windows color (decimal): -948660 or 5015281. OLE color: 5015281.

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

Color convert

RGB 241 134 76 -
CMYK 0 0.44 0.68 0.05
HSL 21.09º 0.85% 0.62% -
HSV(B) 21.09º 0.68% 0.95% -
XYZ 46.11 36.27 11.41 -
YUV 159.38 80.95 186.22 -
System Red Green Blue C M Y K H S L
Decimal 241 134 76 0 0.44 0.68 0.05 21.09 0.85 0.62
Hex F1 86 4C 0 2C 44 5 15 55 3E
Octal 361 206 114 0 54 104 5 25 125 76
Binary 11110001 10000110 1001100 0 101100 1000100 101 10101 1010101 111110

Color Harmonies of #F1864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1864C

Black with #F1864C

Text Example


Text Example

White with #F1864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1864C; }

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

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

background-color css

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

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

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

border-color css

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

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

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