Html Css Color HEX #F08355 Crusta

📋 copy color: '#F08355'

red 240 ◦ green 131 ◦ blue 85

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

Shades of Crusta #F08355

Tints of Crusta #F08355

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.73%

 BLUE value IS 85 (33.59% from 255) = 18.64%

R = 52.63%
G = 28.73%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F08355 (or 0xF08355) is known color: Crusta. HEX triplet: F0, 83 and 55. RGB value is (240,131,85). Sum of RGB (Red+Green+Blue) = 240+131+85=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F08355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08355 is #0F7CAA. Grayscale: #9E9E9E. Windows color (decimal): -1014955 or 5604336. OLE color: 5604336.

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

Color convert

RGB 240 131 85 -
CMYK 0 0.45 0.65 0.06
HSL 17.81º 0.84% 0.64% -
HSV(B) 17.81º 0.65% 0.94% -
XYZ 45.69 35.41 13.02 -
YUV 158.35 86.61 186.24 -
System Red Green Blue C M Y K H S L
Decimal 240 131 85 0 0.45 0.65 0.06 17.81 0.84 0.64
Hex F0 83 55 0 2D 41 6 12 54 40
Octal 360 203 125 0 55 101 6 22 124 100
Binary 11110000 10000011 1010101 0 101101 1000001 110 10010 1010100 1000000

Color Harmonies of #F08355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08355

Black with #F08355

Text Example


Text Example

White with #F08355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08355; }

 p { color: rgb(240,131,85); }

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

background-color css

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

 a { background-color: rgb(240,131,85); }

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

border-color css

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

 span { border-color: rgb(240,131,85); }

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