Html Css Color HEX #F08F58 Crusta

📋 copy color: '#F08F58'

red 240 ◦ green 143 ◦ blue 88

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

Shades of Crusta #F08F58

Tints of Crusta #F08F58

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.36%

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

R = 50.96%
G = 30.36%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F08F58 (or 0xF08F58) is known color: Crusta. HEX triplet: F0, 8F and 58. RGB value is (240,143,88). Sum of RGB (Red+Green+Blue) = 240+143+88=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08F58 is #0F70A7. Grayscale: #A6A6A6. Windows color (decimal): -1011880 or 5804016. OLE color: 5804016.

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

Color convert

RGB 240 143 88 -
CMYK 0 0.40 0.63 0.06
HSL 21.71º 0.84% 0.64% -
HSV(B) 21.71º 0.63% 0.94% -
XYZ 47.52 38.87 14.23 -
YUV 165.73 84.14 180.97 -
System Red Green Blue C M Y K H S L
Decimal 240 143 88 0 0.40 0.63 0.06 21.71 0.84 0.64
Hex F0 8F 58 0 28 3F 6 16 54 40
Octal 360 217 130 0 50 77 6 26 124 100
Binary 11110000 10001111 1011000 0 101000 111111 110 10110 1010100 1000000

Color Harmonies of #F08F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F58

Black with #F08F58

Text Example


Text Example

White with #F08F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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