Html Css Color HEX #F08D64 Crusta

📋 copy color: '#F08D64'

red 240 ◦ green 141 ◦ blue 100

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

Shades of Crusta #F08D64

Tints of Crusta #F08D64

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.31%

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

R = 49.9%
G = 29.31%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F08D64 (or 0xF08D64) is known color: Crusta. HEX triplet: F0, 8D and 64. RGB value is (240,141,100). Sum of RGB (Red+Green+Blue) = 240+141+100=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D64 is #0F729B. Grayscale: #A6A6A6. Windows color (decimal): -1012380 or 6589936. OLE color: 6589936.

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

Color convert

RGB 240 141 100 -
CMYK 0 0.41 0.58 0.06
HSL 17.57º 0.82% 0.67% -
HSV(B) 17.57º 0.58% 0.94% -
XYZ 47.76 38.5 16.97 -
YUV 165.93 90.8 180.83 -
System Red Green Blue C M Y K H S L
Decimal 240 141 100 0 0.41 0.58 0.06 17.57 0.82 0.67
Hex F0 8D 64 0 29 3A 6 12 52 43
Octal 360 215 144 0 51 72 6 22 122 103
Binary 11110000 10001101 1100100 0 101001 111010 110 10010 1010010 1000011

Color Harmonies of #F08D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D64

Black with #F08D64

Text Example


Text Example

White with #F08D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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