Html Css Color HEX #F08C65 Crusta

📋 copy color: '#F08C65'

red 240 ◦ green 140 ◦ blue 101

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

Shades of Crusta #F08C65

Tints of Crusta #F08C65

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.11%

 BLUE value IS 101 (39.84% from 255) = 21%

R = 49.9%
G = 29.11%
B = 21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F08C65 (or 0xF08C65) is known color: Crusta. HEX triplet: F0, 8C and 65. RGB value is (240,140,101). Sum of RGB (Red+Green+Blue) = 240+140+101=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C65 is #0F739A. Grayscale: #A5A5A5. Windows color (decimal): -1012635 or 6655216. OLE color: 6655216.

HSL color Cylindrical-coordinate representation of color #F08C65: hue angle of 16.83º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F08C65 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 140 101 -
CMYK 0 0.42 0.58 0.06
HSL 16.83º 0.82% 0.67% -
HSV(B) 16.83º 0.58% 0.94% -
XYZ 47.66 38.22 17.18 -
YUV 165.45 91.63 181.17 -
System Red Green Blue C M Y K H S L
Decimal 240 140 101 0 0.42 0.58 0.06 16.83 0.82 0.67
Hex F0 8C 65 0 2A 3A 6 11 52 43
Octal 360 214 145 0 52 72 6 21 122 103
Binary 11110000 10001100 1100101 0 101010 111010 110 10001 1010010 1000011

Color Harmonies of #F08C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C65

Black with #F08C65

Text Example


Text Example

White with #F08C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C65; }

 p { color: rgb(240,140,101); }

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

background-color css

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

 a { background-color: rgb(240,140,101); }

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

border-color css

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

 span { border-color: rgb(240,140,101); }

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