Html Css Color HEX #F4825E Crusta

📋 copy color: '#F4825E'

red 244 ◦ green 130 ◦ blue 94

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

Shades of Crusta #F4825E

Tints of Crusta #F4825E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.09%

R = 52.14%
G = 27.78%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F4825E (or 0xF4825E) is known color: Crusta. HEX triplet: F4, 82 and 5E. RGB value is (244,130,94). Sum of RGB (Red+Green+Blue) = 244+130+94=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F4825E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4825E is #0B7DA1. Grayscale: #A0A0A0. Windows color (decimal): -753058 or 6193908. OLE color: 6193908.

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

Color convert

RGB 244 130 94 -
CMYK 0 0.47 0.61 0.04
HSL 14.4º 0.87% 0.66% -
HSV(B) 14.4º 0.61% 0.96% -
XYZ 47.31 36.01 15.05 -
YUV 159.98 90.77 187.93 -
System Red Green Blue C M Y K H S L
Decimal 244 130 94 0 0.47 0.61 0.04 14.4 0.87 0.66
Hex F4 82 5E 0 2F 3D 4 E 57 42
Octal 364 202 136 0 57 75 4 16 127 102
Binary 11110100 10000010 1011110 0 101111 111101 100 1110 1010111 1000010

Color Harmonies of #F4825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4825E

Black with #F4825E

Text Example


Text Example

White with #F4825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4825E; }

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

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

background-color css

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

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

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

border-color css

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

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

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