Html Css Color HEX #F5825B Crusta

📋 copy color: '#F5825B'

red 245 ◦ green 130 ◦ blue 91

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

Shades of Crusta #F5825B

Tints of Crusta #F5825B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.9%

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

R = 52.58%
G = 27.9%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5825B (or 0xF5825B) is known color: Crusta. HEX triplet: F5, 82 and 5B. RGB value is (245,130,91). Sum of RGB (Red+Green+Blue) = 245+130+91=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5825B is #0A7DA4. Grayscale: #A0A0A0. Windows color (decimal): -687525 or 5997301. OLE color: 5997301.

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

Color convert

RGB 245 130 91 -
CMYK 0 0.47 0.63 0.04
HSL 15.19º 0.89% 0.66% -
HSV(B) 15.19º 0.63% 0.96% -
XYZ 47.53 36.13 14.37 -
YUV 159.94 89.1 188.67 -
System Red Green Blue C M Y K H S L
Decimal 245 130 91 0 0.47 0.63 0.04 15.19 0.89 0.66
Hex F5 82 5B 0 2F 3F 4 F 59 42
Octal 365 202 133 0 57 77 4 17 131 102
Binary 11110101 10000010 1011011 0 101111 111111 100 1111 1011001 1000010

Color Harmonies of #F5825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5825B

Black with #F5825B

Text Example


Text Example

White with #F5825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5825B; }

 p { color: rgb(245,130,91); }

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

background-color css

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

 a { background-color: rgb(245,130,91); }

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

border-color css

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

 span { border-color: rgb(245,130,91); }

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