Html Css Color HEX #F0865F Crusta

📋 copy color: '#F0865F'

red 240 ◦ green 134 ◦ blue 95

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

Shades of Crusta #F0865F

Tints of Crusta #F0865F

RGB

 RED value IS 240 (94.14% from 255) = 51.17%

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

 BLUE value IS 95 (37.5% from 255) = 20.26%

R = 51.17%
G = 28.57%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0865F (or 0xF0865F) is known color: Crusta. HEX triplet: F0, 86 and 5F. RGB value is (240,134,95). Sum of RGB (Red+Green+Blue) = 240+134+95=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0865F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0865F is #0F79A0. Grayscale: #A1A1A1. Windows color (decimal): -1014177 or 6260464. OLE color: 6260464.

HSL color Cylindrical-coordinate representation of color #F0865F: hue angle of 16.14º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0865F is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 134 95 -
CMYK 0 0.44 0.60 0.06
HSL 16.14º 0.83% 0.66% -
HSV(B) 16.14º 0.6% 0.94% -
XYZ 46.53 36.4 15.4 -
YUV 161.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 240 134 95 0 0.44 0.60 0.06 16.14 0.83 0.66
Hex F0 86 5F 0 2C 3C 6 10 53 42
Octal 360 206 137 0 54 74 6 20 123 102
Binary 11110000 10000110 1011111 0 101100 111100 110 10000 1010011 1000010

Color Harmonies of #F0865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0865F

Black with #F0865F

Text Example


Text Example

White with #F0865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0865F; }

 p { color: rgb(240,134,95); }

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

background-color css

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

 a { background-color: rgb(240,134,95); }

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

border-color css

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

 span { border-color: rgb(240,134,95); }

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