Html Css Color HEX #F08450 Crusta

📋 copy color: '#F08450'

red 240 ◦ green 132 ◦ blue 80

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

Shades of Crusta #F08450

Tints of Crusta #F08450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.2%

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

R = 53.1%
G = 29.2%
B = 17.7%

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

#F08450 (or 0xF08450) is known color: Crusta. HEX triplet: F0, 84 and 50. RGB value is (240,132,80). Sum of RGB (Red+Green+Blue) = 240+132+80=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F08450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08450 is #0F7BAF. Grayscale: #9E9E9E. Windows color (decimal): -1014704 or 5276912. OLE color: 5276912.

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

Color convert

RGB 240 132 80 -
CMYK 0 0.45 0.67 0.06
HSL 19.5º 0.84% 0.63% -
HSV(B) 19.5º 0.67% 0.94% -
XYZ 45.63 35.61 12.06 -
YUV 158.36 83.78 186.23 -
System Red Green Blue C M Y K H S L
Decimal 240 132 80 0 0.45 0.67 0.06 19.5 0.84 0.63
Hex F0 84 50 0 2D 43 6 14 54 3F
Octal 360 204 120 0 55 103 6 24 124 77
Binary 11110000 10000100 1010000 0 101101 1000011 110 10100 1010100 111111

Color Harmonies of #F08450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08450

Black with #F08450

Text Example


Text Example

White with #F08450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08450; }

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

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

background-color css

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

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

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

border-color css

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

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

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