Html Css Color HEX #F48256 Crusta

📋 copy color: '#F48256'

red 244 ◦ green 130 ◦ blue 86

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

Shades of Crusta #F48256

Tints of Crusta #F48256

RGB

 RED value IS 244 (95.7% from 255) = 53.04%

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

 BLUE value IS 86 (33.98% from 255) = 18.7%

R = 53.04%
G = 28.26%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F48256 (or 0xF48256) is known color: Crusta. HEX triplet: F4, 82 and 56. RGB value is (244,130,86). Sum of RGB (Red+Green+Blue) = 244+130+86=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F48256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48256 is #0B7DA9. Grayscale: #9F9F9F. Windows color (decimal): -753066 or 5669620. OLE color: 5669620.

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

Color convert

RGB 244 130 86 -
CMYK 0 0.47 0.65 0.04
HSL 16.71º 0.88% 0.65% -
HSV(B) 16.71º 0.65% 0.96% -
XYZ 46.97 35.87 13.25 -
YUV 159.07 86.77 188.58 -
System Red Green Blue C M Y K H S L
Decimal 244 130 86 0 0.47 0.65 0.04 16.71 0.88 0.65
Hex F4 82 56 0 2F 41 4 11 58 41
Octal 364 202 126 0 57 101 4 21 130 101
Binary 11110100 10000010 1010110 0 101111 1000001 100 10001 1011000 1000001

Color Harmonies of #F48256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48256

Black with #F48256

Text Example


Text Example

White with #F48256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48256; }

 p { color: rgb(244,130,86); }

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

background-color css

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

 a { background-color: rgb(244,130,86); }

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

border-color css

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

 span { border-color: rgb(244,130,86); }

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