Html Css Color HEX #F08850 Crusta

📋 copy color: '#F08850'

red 240 ◦ green 136 ◦ blue 80

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

Shades of Crusta #F08850

Tints of Crusta #F08850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.82%

 BLUE value IS 80 (31.64% from 255) = 17.54%

R = 52.63%
G = 29.82%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F08850 (or 0xF08850) is known color: Crusta. HEX triplet: F0, 88 and 50. RGB value is (240,136,80). Sum of RGB (Red+Green+Blue) = 240+136+80=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F08850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08850 is #0F77AF. Grayscale: #A1A1A1. Windows color (decimal): -1013680 or 5277936. OLE color: 5277936.

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

Color convert

RGB 240 136 80 -
CMYK 0 0.43 0.67 0.06
HSL 21º 0.84% 0.63% -
HSV(B) 21º 0.67% 0.94% -
XYZ 46.19 36.71 12.24 -
YUV 160.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 240 136 80 0 0.43 0.67 0.06 21 0.84 0.63
Hex F0 88 50 0 2B 43 6 15 54 3F
Octal 360 210 120 0 53 103 6 25 124 77
Binary 11110000 10001000 1010000 0 101011 1000011 110 10101 1010100 111111

Color Harmonies of #F08850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08850

Black with #F08850

Text Example


Text Example

White with #F08850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08850; }

 p { color: rgb(240,136,80); }

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

background-color css

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

 a { background-color: rgb(240,136,80); }

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

border-color css

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

 span { border-color: rgb(240,136,80); }

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