Html Css Color HEX #F08553 Crusta

📋 copy color: '#F08553'

red 240 ◦ green 133 ◦ blue 83

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

Shades of Crusta #F08553

Tints of Crusta #F08553

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.17%

 BLUE value IS 83 (32.81% from 255) = 18.2%

R = 52.63%
G = 29.17%
B = 18.2%

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

#F08553 (or 0xF08553) is known color: Crusta. HEX triplet: F0, 85 and 53. RGB value is (240,133,83). Sum of RGB (Red+Green+Blue) = 240+133+83=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F08553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08553 is #0F7AAC. Grayscale: #9F9F9F. Windows color (decimal): -1014445 or 5473776. OLE color: 5473776.

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

Color convert

RGB 240 133 83 -
CMYK 0 0.45 0.65 0.06
HSL 19.11º 0.84% 0.63% -
HSV(B) 19.11º 0.65% 0.94% -
XYZ 45.88 35.92 12.7 -
YUV 159.29 84.95 185.57 -
System Red Green Blue C M Y K H S L
Decimal 240 133 83 0 0.45 0.65 0.06 19.11 0.84 0.63
Hex F0 85 53 0 2D 41 6 13 54 3F
Octal 360 205 123 0 55 101 6 23 124 77
Binary 11110000 10000101 1010011 0 101101 1000001 110 10011 1010100 111111

Color Harmonies of #F08553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08553

Black with #F08553

Text Example


Text Example

White with #F08553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08553; }

 p { color: rgb(240,133,83); }

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

background-color css

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

 a { background-color: rgb(240,133,83); }

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

border-color css

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

 span { border-color: rgb(240,133,83); }

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