Html Css Color HEX #F0805B Crusta

📋 copy color: '#F0805B'

red 240 ◦ green 128 ◦ blue 91

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

Shades of Crusta #F0805B

Tints of Crusta #F0805B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.83%

R = 52.29%
G = 27.89%
B = 19.83%

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

#F0805B (or 0xF0805B) is known color: Crusta. HEX triplet: F0, 80 and 5B. RGB value is (240,128,91). Sum of RGB (Red+Green+Blue) = 240+128+91=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0805B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0805B is #0F7FA4. Grayscale: #9D9D9D. Windows color (decimal): -1015717 or 5996784. OLE color: 5996784.

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

Color convert

RGB 240 128 91 -
CMYK 0 0.47 0.62 0.06
HSL 14.9º 0.83% 0.65% -
HSV(B) 14.9º 0.62% 0.94% -
XYZ 45.54 34.72 14.2 -
YUV 157.27 90.61 187.01 -
System Red Green Blue C M Y K H S L
Decimal 240 128 91 0 0.47 0.62 0.06 14.9 0.83 0.65
Hex F0 80 5B 0 2F 3E 6 F 53 41
Octal 360 200 133 0 57 76 6 17 123 101
Binary 11110000 10000000 1011011 0 101111 111110 110 1111 1010011 1000001

Color Harmonies of #F0805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0805B

Black with #F0805B

Text Example


Text Example

White with #F0805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0805B; }

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

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

background-color css

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

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

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

border-color css

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

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

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