Html Css Color HEX #F08B55 Crusta

📋 copy color: '#F08B55'

red 240 ◦ green 139 ◦ blue 85

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

Shades of Crusta #F08B55

Tints of Crusta #F08B55

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.96%

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

R = 51.72%
G = 29.96%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F08B55 (or 0xF08B55) is known color: Crusta. HEX triplet: F0, 8B and 55. RGB value is (240,139,85). Sum of RGB (Red+Green+Blue) = 240+139+85=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08B55 is #0F74AA. Grayscale: #A3A3A3. Windows color (decimal): -1012907 or 5606384. OLE color: 5606384.

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

Color convert

RGB 240 139 85 -
CMYK 0 0.42 0.65 0.06
HSL 20.9º 0.84% 0.64% -
HSV(B) 20.9º 0.65% 0.94% -
XYZ 46.81 37.65 13.39 -
YUV 163.04 83.96 182.89 -
System Red Green Blue C M Y K H S L
Decimal 240 139 85 0 0.42 0.65 0.06 20.9 0.84 0.64
Hex F0 8B 55 0 2A 41 6 15 54 40
Octal 360 213 125 0 52 101 6 25 124 100
Binary 11110000 10001011 1010101 0 101010 1000001 110 10101 1010100 1000000

Color Harmonies of #F08B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08B55

Black with #F08B55

Text Example


Text Example

White with #F08B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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