Html Css Color HEX #F48253 Crusta

📋 copy color: '#F48253'

red 244 ◦ green 130 ◦ blue 83

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

Shades of Crusta #F48253

Tints of Crusta #F48253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.16%

R = 53.39%
G = 28.45%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F48253 (or 0xF48253) is known color: Crusta. HEX triplet: F4, 82 and 53. RGB value is (244,130,83). Sum of RGB (Red+Green+Blue) = 244+130+83=457 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.39% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 244 - color contains mainly: red. Hex color #F48253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48253 is #0B7DAC. Grayscale: #9F9F9F. Windows color (decimal): -753069 or 5473012. OLE color: 5473012.

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

Color convert

RGB 244 130 83 -
CMYK 0 0.47 0.66 0.04
HSL 17.52º 0.88% 0.64% -
HSV(B) 17.52º 0.66% 0.96% -
XYZ 46.85 35.82 12.63 -
YUV 158.73 85.27 188.82 -
System Red Green Blue C M Y K H S L
Decimal 244 130 83 0 0.47 0.66 0.04 17.52 0.88 0.64
Hex F4 82 53 0 2F 42 4 12 58 40
Octal 364 202 123 0 57 102 4 22 130 100
Binary 11110100 10000010 1010011 0 101111 1000010 100 10010 1011000 1000000

Color Harmonies of #F48253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48253

Black with #F48253

Text Example


Text Example

White with #F48253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48253; }

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

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

background-color css

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

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

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

border-color css

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

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

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