Html Css Color HEX #F0805A Crusta

📋 copy color: '#F0805A'

red 240 ◦ green 128 ◦ blue 90

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

Shades of Crusta #F0805A

Tints of Crusta #F0805A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.95%

 BLUE value IS 90 (35.55% from 255) = 19.65%

R = 52.4%
G = 27.95%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0805A (or 0xF0805A) is known color: Crusta. HEX triplet: F0, 80 and 5A. RGB value is (240,128,90). Sum of RGB (Red+Green+Blue) = 240+128+90=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0805A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0805A is #0F7FA5. Grayscale: #9D9D9D. Windows color (decimal): -1015718 or 5931248. OLE color: 5931248.

HSL color Cylindrical-coordinate representation of color #F0805A: hue angle of 15.2º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0805A is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 90 -
CMYK 0 0.47 0.62 0.06
HSL 15.2º 0.83% 0.65% -
HSV(B) 15.2º 0.63% 0.94% -
XYZ 45.5 34.7 13.97 -
YUV 157.16 90.11 187.09 -
System Red Green Blue C M Y K H S L
Decimal 240 128 90 0 0.47 0.62 0.06 15.2 0.83 0.65
Hex F0 80 5A 0 2F 3E 6 F 53 41
Octal 360 200 132 0 57 76 6 17 123 101
Binary 11110000 10000000 1011010 0 101111 111110 110 1111 1010011 1000001

Color Harmonies of #F0805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0805A

Black with #F0805A

Text Example


Text Example

White with #F0805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0805A; }

 p { color: rgb(240,128,90); }

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

background-color css

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

 a { background-color: rgb(240,128,90); }

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

border-color css

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

 span { border-color: rgb(240,128,90); }

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