Html Css Color HEX #F5834F Crusta

📋 copy color: '#F5834F'

red 245 ◦ green 131 ◦ blue 79

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

Shades of Crusta #F5834F

Tints of Crusta #F5834F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.79%

 BLUE value IS 79 (31.25% from 255) = 17.36%

R = 53.85%
G = 28.79%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5834F (or 0xF5834F) is known color: Crusta. HEX triplet: F5, 83 and 4F. RGB value is (245,131,79). Sum of RGB (Red+Green+Blue) = 245+131+79=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 79 (31.25% from 255 or 17.36% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F5834F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5834F is #0A7CB0. Grayscale: #9F9F9F. Windows color (decimal): -687281 or 5211125. OLE color: 5211125.

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

Color convert

RGB 245 131 79 -
CMYK 0 0.47 0.68 0.04
HSL 18.8º 0.89% 0.64% -
HSV(B) 18.8º 0.68% 0.96% -
XYZ 47.18 36.21 11.9 -
YUV 159.16 82.77 189.23 -
System Red Green Blue C M Y K H S L
Decimal 245 131 79 0 0.47 0.68 0.04 18.8 0.89 0.64
Hex F5 83 4F 0 2F 44 4 13 59 40
Octal 365 203 117 0 57 104 4 23 131 100
Binary 11110101 10000011 1001111 0 101111 1000100 100 10011 1011001 1000000

Color Harmonies of #F5834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5834F

Black with #F5834F

Text Example


Text Example

White with #F5834F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5834F; }

 p { color: rgb(245,131,79); }

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

background-color css

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

 a { background-color: rgb(245,131,79); }

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

border-color css

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

 span { border-color: rgb(245,131,79); }

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