Html Css Color HEX #F08350 Crusta

📋 copy color: '#F08350'

red 240 ◦ green 131 ◦ blue 80

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

Shades of Crusta #F08350

Tints of Crusta #F08350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.74%

R = 53.22%
G = 29.05%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F08350 (or 0xF08350) is known color: Crusta. HEX triplet: F0, 83 and 50. RGB value is (240,131,80). Sum of RGB (Red+Green+Blue) = 240+131+80=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F08350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08350 is #0F7CAF. Grayscale: #9E9E9E. Windows color (decimal): -1014960 or 5276656. OLE color: 5276656.

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

Color convert

RGB 240 131 80 -
CMYK 0 0.45 0.67 0.06
HSL 19.13º 0.84% 0.63% -
HSV(B) 19.13º 0.67% 0.94% -
XYZ 45.5 35.34 12.01 -
YUV 157.78 84.11 186.65 -
System Red Green Blue C M Y K H S L
Decimal 240 131 80 0 0.45 0.67 0.06 19.13 0.84 0.63
Hex F0 83 50 0 2D 43 6 13 54 3F
Octal 360 203 120 0 55 103 6 23 124 77
Binary 11110000 10000011 1010000 0 101101 1000011 110 10011 1010100 111111

Color Harmonies of #F08350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08350

Black with #F08350

Text Example


Text Example

White with #F08350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08350; }

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

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

background-color css

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

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

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

border-color css

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

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

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