Html Css Color HEX #F4865E Crusta

📋 copy color: '#F4865E'

red 244 ◦ green 134 ◦ blue 94

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

Shades of Crusta #F4865E

Tints of Crusta #F4865E

RGB

 RED value IS 244 (95.7% from 255) = 51.69%

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

 BLUE value IS 94 (37.11% from 255) = 19.92%

R = 51.69%
G = 28.39%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F4865E (or 0xF4865E) is known color: Crusta. HEX triplet: F4, 86 and 5E. RGB value is (244,134,94). Sum of RGB (Red+Green+Blue) = 244+134+94=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F4865E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4865E is #0B79A1. Grayscale: #A2A2A2. Windows color (decimal): -752034 or 6194932. OLE color: 6194932.

HSL color Cylindrical-coordinate representation of color #F4865E: hue angle of 16º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F4865E is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 134 94 -
CMYK 0 0.45 0.61 0.04
HSL 16º 0.87% 0.66% -
HSV(B) 16º 0.61% 0.96% -
XYZ 47.85 37.09 15.23 -
YUV 162.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 244 134 94 0 0.45 0.61 0.04 16 0.87 0.66
Hex F4 86 5E 0 2D 3D 4 10 57 42
Octal 364 206 136 0 55 75 4 20 127 102
Binary 11110100 10000110 1011110 0 101101 111101 100 10000 1010111 1000010

Color Harmonies of #F4865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4865E

Black with #F4865E

Text Example


Text Example

White with #F4865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4865E; }

 p { color: rgb(244,134,94); }

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

background-color css

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

 a { background-color: rgb(244,134,94); }

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

border-color css

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

 span { border-color: rgb(244,134,94); }

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