Html Css Color HEX #F08C64 Crusta

📋 copy color: '#F08C64'

red 240 ◦ green 140 ◦ blue 100

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

Shades of Crusta #F08C64

Tints of Crusta #F08C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.83%

R = 50%
G = 29.17%
B = 20.83%

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

#F08C64 (or 0xF08C64) is known color: Crusta. HEX triplet: F0, 8C and 64. RGB value is (240,140,100). Sum of RGB (Red+Green+Blue) = 240+140+100=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C64 is #0F739B. Grayscale: #A5A5A5. Windows color (decimal): -1012636 or 6589680. OLE color: 6589680.

HSL color Cylindrical-coordinate representation of color #F08C64: hue angle of 17.14º 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 #F08C64 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 140 100 -
CMYK 0 0.42 0.58 0.06
HSL 17.14º 0.82% 0.67% -
HSV(B) 17.14º 0.58% 0.94% -
XYZ 47.61 38.2 16.92 -
YUV 165.34 91.13 181.25 -
System Red Green Blue C M Y K H S L
Decimal 240 140 100 0 0.42 0.58 0.06 17.14 0.82 0.67
Hex F0 8C 64 0 2A 3A 6 11 52 43
Octal 360 214 144 0 52 72 6 21 122 103
Binary 11110000 10001100 1100100 0 101010 111010 110 10001 1010010 1000011

Color Harmonies of #F08C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C64

Black with #F08C64

Text Example


Text Example

White with #F08C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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