Html Css Color HEX #F08458 Crusta

📋 copy color: '#F08458'

red 240 ◦ green 132 ◦ blue 88

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

Shades of Crusta #F08458

Tints of Crusta #F08458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.7%

 BLUE value IS 88 (34.77% from 255) = 19.13%

R = 52.17%
G = 28.7%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F08458 (or 0xF08458) is known color: Crusta. HEX triplet: F0, 84 and 58. RGB value is (240,132,88). Sum of RGB (Red+Green+Blue) = 240+132+88=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F08458 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08458 is #0F7BA7. Grayscale: #9F9F9F. Windows color (decimal): -1014696 or 5801200. OLE color: 5801200.

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

Color convert

RGB 240 132 88 -
CMYK 0 0.45 0.63 0.06
HSL 17.37º 0.84% 0.64% -
HSV(B) 17.37º 0.63% 0.94% -
XYZ 45.95 35.73 13.71 -
YUV 159.28 87.78 185.58 -
System Red Green Blue C M Y K H S L
Decimal 240 132 88 0 0.45 0.63 0.06 17.37 0.84 0.64
Hex F0 84 58 0 2D 3F 6 11 54 40
Octal 360 204 130 0 55 77 6 21 124 100
Binary 11110000 10000100 1011000 0 101101 111111 110 10001 1010100 1000000

Color Harmonies of #F08458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08458

Black with #F08458

Text Example


Text Example

White with #F08458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08458; }

 p { color: rgb(240,132,88); }

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

background-color css

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

 a { background-color: rgb(240,132,88); }

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

border-color css

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

 span { border-color: rgb(240,132,88); }

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