Html Css Color HEX #F48051 Crusta

📋 copy color: '#F48051'

red 244 ◦ green 128 ◦ blue 81

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

Shades of Crusta #F48051

Tints of Crusta #F48051

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.26%

 BLUE value IS 81 (32.03% from 255) = 17.88%

R = 53.86%
G = 28.26%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F48051 (or 0xF48051) is known color: Crusta. HEX triplet: F4, 80 and 51. RGB value is (244,128,81). Sum of RGB (Red+Green+Blue) = 244+128+81=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F48051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48051 is #0B7FAE. Grayscale: #9D9D9D. Windows color (decimal): -753583 or 5341428. OLE color: 5341428.

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

Color convert

RGB 244 128 81 -
CMYK 0 0.48 0.67 0.04
HSL 17.3º 0.88% 0.64% -
HSV(B) 17.3º 0.67% 0.96% -
XYZ 46.51 35.27 12.14 -
YUV 157.33 84.93 189.82 -
System Red Green Blue C M Y K H S L
Decimal 244 128 81 0 0.48 0.67 0.04 17.3 0.88 0.64
Hex F4 80 51 0 30 43 4 11 58 40
Octal 364 200 121 0 60 103 4 21 130 100
Binary 11110100 10000000 1010001 0 110000 1000011 100 10001 1011000 1000000

Color Harmonies of #F48051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48051

Black with #F48051

Text Example


Text Example

White with #F48051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48051; }

 p { color: rgb(244,128,81); }

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

background-color css

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

 a { background-color: rgb(244,128,81); }

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

border-color css

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

 span { border-color: rgb(244,128,81); }

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