Html Css Color HEX #F08A65 Crusta

📋 copy color: '#F08A65'

red 240 ◦ green 138 ◦ blue 101

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

Shades of Crusta #F08A65

Tints of Crusta #F08A65

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.81%

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

R = 50.1%
G = 28.81%
B = 21.09%

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

#F08A65 (or 0xF08A65) is known color: Crusta. HEX triplet: F0, 8A and 65. RGB value is (240,138,101). Sum of RGB (Red+Green+Blue) = 240+138+101=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A65 is #0F759A. Grayscale: #A4A4A4. Windows color (decimal): -1013147 or 6654704. OLE color: 6654704.

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

Color convert

RGB 240 138 101 -
CMYK 0 0.42 0.58 0.06
HSL 15.97º 0.82% 0.67% -
HSV(B) 15.97º 0.58% 0.94% -
XYZ 47.37 37.64 17.08 -
YUV 164.28 92.29 182.01 -
System Red Green Blue C M Y K H S L
Decimal 240 138 101 0 0.42 0.58 0.06 15.97 0.82 0.67
Hex F0 8A 65 0 2A 3A 6 10 52 43
Octal 360 212 145 0 52 72 6 20 122 103
Binary 11110000 10001010 1100101 0 101010 111010 110 10000 1010010 1000011

Color Harmonies of #F08A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A65

Black with #F08A65

Text Example


Text Example

White with #F08A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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