Html Css Color HEX #F08356 Crusta

📋 copy color: '#F08356'

red 240 ◦ green 131 ◦ blue 86

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

Shades of Crusta #F08356

Tints of Crusta #F08356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.82%

R = 52.52%
G = 28.67%
B = 18.82%

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

#F08356 (or 0xF08356) is known color: Crusta. HEX triplet: F0, 83 and 56. RGB value is (240,131,86). Sum of RGB (Red+Green+Blue) = 240+131+86=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F08356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08356 is #0F7CA9. Grayscale: #9E9E9E. Windows color (decimal): -1014954 or 5669872. OLE color: 5669872.

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

Color convert

RGB 240 131 86 -
CMYK 0 0.45 0.64 0.06
HSL 17.53º 0.84% 0.64% -
HSV(B) 17.53º 0.64% 0.94% -
XYZ 45.73 35.43 13.23 -
YUV 158.46 87.11 186.16 -
System Red Green Blue C M Y K H S L
Decimal 240 131 86 0 0.45 0.64 0.06 17.53 0.84 0.64
Hex F0 83 56 0 2D 40 6 12 54 40
Octal 360 203 126 0 55 100 6 22 124 100
Binary 11110000 10000011 1010110 0 101101 1000000 110 10010 1010100 1000000

Color Harmonies of #F08356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08356

Black with #F08356

Text Example


Text Example

White with #F08356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08356; }

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

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

background-color css

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

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

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

border-color css

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

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

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