Html Css Color HEX #F08351 Crusta

📋 copy color: '#F08351'

red 240 ◦ green 131 ◦ blue 81

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

Shades of Crusta #F08351

Tints of Crusta #F08351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.92%

R = 53.1%
G = 28.98%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F08351 (or 0xF08351) is known color: Crusta. HEX triplet: F0, 83 and 51. RGB value is (240,131,81). Sum of RGB (Red+Green+Blue) = 240+131+81=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 81 (32.03% from 255 or 17.92% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F08351 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08351 is #0F7CAE. Grayscale: #9E9E9E. Windows color (decimal): -1014959 or 5342192. OLE color: 5342192.

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

Color convert

RGB 240 131 81 -
CMYK 0 0.45 0.66 0.06
HSL 18.87º 0.84% 0.63% -
HSV(B) 18.87º 0.66% 0.94% -
XYZ 45.54 35.35 12.21 -
YUV 157.89 84.61 186.57 -
System Red Green Blue C M Y K H S L
Decimal 240 131 81 0 0.45 0.66 0.06 18.87 0.84 0.63
Hex F0 83 51 0 2D 42 6 13 54 3F
Octal 360 203 121 0 55 102 6 23 124 77
Binary 11110000 10000011 1010001 0 101101 1000010 110 10011 1010100 111111

Color Harmonies of #F08351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08351

Black with #F08351

Text Example


Text Example

White with #F08351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08351; }

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

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

background-color css

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

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

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

border-color css

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

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

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