Html Css Color HEX #F08357 Crusta

📋 copy color: '#F08357'

red 240 ◦ green 131 ◦ blue 87

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

Shades of Crusta #F08357

Tints of Crusta #F08357

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.6%

 BLUE value IS 87 (34.38% from 255) = 19%

R = 52.4%
G = 28.6%
B = 19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F08357 (or 0xF08357) is known color: Crusta. HEX triplet: F0, 83 and 57. RGB value is (240,131,87). Sum of RGB (Red+Green+Blue) = 240+131+87=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F08357 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08357 is #0F7CA8. Grayscale: #9E9E9E. Windows color (decimal): -1014953 or 5735408. OLE color: 5735408.

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

Color convert

RGB 240 131 87 -
CMYK 0 0.45 0.64 0.06
HSL 17.25º 0.84% 0.64% -
HSV(B) 17.25º 0.64% 0.94% -
XYZ 45.77 35.45 13.45 -
YUV 158.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 240 131 87 0 0.45 0.64 0.06 17.25 0.84 0.64
Hex F0 83 57 0 2D 40 6 11 54 40
Octal 360 203 127 0 55 100 6 21 124 100
Binary 11110000 10000011 1010111 0 101101 1000000 110 10001 1010100 1000000

Color Harmonies of #F08357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08357

Black with #F08357

Text Example


Text Example

White with #F08357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08357; }

 p { color: rgb(240,131,87); }

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

background-color css

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

 a { background-color: rgb(240,131,87); }

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

border-color css

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

 span { border-color: rgb(240,131,87); }

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