Html Css Color HEX #F5875F Crusta

📋 copy color: '#F5875F'

red 245 ◦ green 135 ◦ blue 95

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

Shades of Crusta #F5875F

Tints of Crusta #F5875F

RGB

 RED value IS 245 (96.09% from 255) = 51.58%

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

 BLUE value IS 95 (37.5% from 255) = 20%

R = 51.58%
G = 28.42%
B = 20%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F5875F (or 0xF5875F) is known color: Crusta. HEX triplet: F5, 87 and 5F. RGB value is (245,135,95). Sum of RGB (Red+Green+Blue) = 245+135+95=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F5875F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5875F is #0A78A0. Grayscale: #A3A3A3. Windows color (decimal): -686241 or 6260725. OLE color: 6260725.

HSL color Cylindrical-coordinate representation of color #F5875F: hue angle of 16º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5875F is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 135 95 -
CMYK 0 0.45 0.61 0.04
HSL 16º 0.88% 0.67% -
HSV(B) 16º 0.61% 0.96% -
XYZ 48.39 37.57 15.53 -
YUV 163.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 245 135 95 0 0.45 0.61 0.04 16 0.88 0.67
Hex F5 87 5F 0 2D 3D 4 10 58 43
Octal 365 207 137 0 55 75 4 20 130 103
Binary 11110101 10000111 1011111 0 101101 111101 100 10000 1011000 1000011

Color Harmonies of #F5875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5875F

Black with #F5875F

Text Example


Text Example

White with #F5875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5875F; }

 p { color: rgb(245,135,95); }

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

background-color css

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

 a { background-color: rgb(245,135,95); }

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

border-color css

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

 span { border-color: rgb(245,135,95); }

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