Html Css Color HEX #F5884C Crusta

📋 copy color: '#F5884C'

red 245 ◦ green 136 ◦ blue 76

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

Shades of Crusta #F5884C

Tints of Crusta #F5884C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.76%

 BLUE value IS 76 (30.08% from 255) = 16.63%

R = 53.61%
G = 29.76%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5884C (or 0xF5884C) is known color: Crusta. HEX triplet: F5, 88 and 4C. RGB value is (245,136,76). Sum of RGB (Red+Green+Blue) = 245+136+76=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F5884C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5884C is #0A77B3. Grayscale: #A2A2A2. Windows color (decimal): -686004 or 5015797. OLE color: 5015797.

HSL color Cylindrical-coordinate representation of color #F5884C: hue angle of 21.3º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5884C is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 136 76 -
CMYK 0 0.44 0.69 0.04
HSL 21.3º 0.89% 0.63% -
HSV(B) 21.3º 0.69% 0.96% -
XYZ 47.76 37.54 11.57 -
YUV 161.75 79.61 187.38 -
System Red Green Blue C M Y K H S L
Decimal 245 136 76 0 0.44 0.69 0.04 21.3 0.89 0.63
Hex F5 88 4C 0 2C 45 4 15 59 3F
Octal 365 210 114 0 54 105 4 25 131 77
Binary 11110101 10001000 1001100 0 101100 1000101 100 10101 1011001 111111

Color Harmonies of #F5884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5884C

Black with #F5884C

Text Example


Text Example

White with #F5884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5884C; }

 p { color: rgb(245,136,76); }

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

background-color css

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

 a { background-color: rgb(245,136,76); }

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

border-color css

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

 span { border-color: rgb(245,136,76); }

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