Html Css Color HEX #F0865B Crusta

📋 copy color: '#F0865B'

red 240 ◦ green 134 ◦ blue 91

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

Shades of Crusta #F0865B

Tints of Crusta #F0865B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.57%

R = 51.61%
G = 28.82%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0865B (or 0xF0865B) is known color: Crusta. HEX triplet: F0, 86 and 5B. RGB value is (240,134,91). Sum of RGB (Red+Green+Blue) = 240+134+91=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0865B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0865B is #0F79A4. Grayscale: #A1A1A1. Windows color (decimal): -1014181 or 5998320. OLE color: 5998320.

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

Color convert

RGB 240 134 91 -
CMYK 0 0.44 0.62 0.06
HSL 17.32º 0.83% 0.65% -
HSV(B) 17.32º 0.62% 0.94% -
XYZ 46.35 36.33 14.47 -
YUV 160.79 88.62 184.5 -
System Red Green Blue C M Y K H S L
Decimal 240 134 91 0 0.44 0.62 0.06 17.32 0.83 0.65
Hex F0 86 5B 0 2C 3E 6 11 53 41
Octal 360 206 133 0 54 76 6 21 123 101
Binary 11110000 10000110 1011011 0 101100 111110 110 10001 1010011 1000001

Color Harmonies of #F0865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0865B

Black with #F0865B

Text Example


Text Example

White with #F0865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0865B; }

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

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

background-color css

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

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

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

border-color css

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

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

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