Html Css Color HEX #F08257 Crusta

📋 copy color: '#F08257'

red 240 ◦ green 130 ◦ blue 87

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

Shades of Crusta #F08257

Tints of Crusta #F08257

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.45%

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

R = 52.52%
G = 28.45%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F08257 (or 0xF08257) is known color: Crusta. HEX triplet: F0, 82 and 57. RGB value is (240,130,87). Sum of RGB (Red+Green+Blue) = 240+130+87=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F08257 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08257 is #0F7DA8. Grayscale: #9E9E9E. Windows color (decimal): -1015209 or 5735152. OLE color: 5735152.

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

Color convert

RGB 240 130 87 -
CMYK 0 0.46 0.64 0.06
HSL 16.86º 0.84% 0.64% -
HSV(B) 16.86º 0.64% 0.94% -
XYZ 45.64 35.18 13.4 -
YUV 157.99 87.94 186.5 -
System Red Green Blue C M Y K H S L
Decimal 240 130 87 0 0.46 0.64 0.06 16.86 0.84 0.64
Hex F0 82 57 0 2E 40 6 11 54 40
Octal 360 202 127 0 56 100 6 21 124 100
Binary 11110000 10000010 1010111 0 101110 1000000 110 10001 1010100 1000000

Color Harmonies of #F08257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08257

Black with #F08257

Text Example


Text Example

White with #F08257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08257; }

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

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

background-color css

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

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

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

border-color css

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

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

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