Html Css Color HEX #F0875B Crusta

📋 copy color: '#F0875B'

red 240 ◦ green 135 ◦ blue 91

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

Shades of Crusta #F0875B

Tints of Crusta #F0875B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.97%

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

R = 51.5%
G = 28.97%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0875B (or 0xF0875B) is known color: Crusta. HEX triplet: F0, 87 and 5B. RGB value is (240,135,91). Sum of RGB (Red+Green+Blue) = 240+135+91=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0875B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0875B is #0F78A4. Grayscale: #A1A1A1. Windows color (decimal): -1013925 or 5998576. OLE color: 5998576.

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

Color convert

RGB 240 135 91 -
CMYK 0 0.44 0.62 0.06
HSL 17.72º 0.83% 0.65% -
HSV(B) 17.72º 0.62% 0.94% -
XYZ 46.49 36.61 14.51 -
YUV 161.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 240 135 91 0 0.44 0.62 0.06 17.72 0.83 0.65
Hex F0 87 5B 0 2C 3E 6 12 53 41
Octal 360 207 133 0 54 76 6 22 123 101
Binary 11110000 10000111 1011011 0 101100 111110 110 10010 1010011 1000001

Color Harmonies of #F0875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0875B

Black with #F0875B

Text Example


Text Example

White with #F0875B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0875B; }

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

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

background-color css

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

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

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

border-color css

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

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

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