Html Css Color HEX #F4804D Crusta

📋 copy color: '#F4804D'

red 244 ◦ green 128 ◦ blue 77

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

Shades of Crusta #F4804D

Tints of Crusta #F4804D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.15%

R = 54.34%
G = 28.51%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F4804D (or 0xF4804D) is known color: Crusta. HEX triplet: F4, 80 and 4D. RGB value is (244,128,77). Sum of RGB (Red+Green+Blue) = 244+128+77=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F4804D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4804D is #0B7FB2. Grayscale: #9D9D9D. Windows color (decimal): -753587 or 5079284. OLE color: 5079284.

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

Color convert

RGB 244 128 77 -
CMYK 0 0.48 0.68 0.04
HSL 18.32º 0.88% 0.63% -
HSV(B) 18.32º 0.68% 0.96% -
XYZ 46.37 35.21 11.37 -
YUV 156.87 82.93 190.15 -
System Red Green Blue C M Y K H S L
Decimal 244 128 77 0 0.48 0.68 0.04 18.32 0.88 0.63
Hex F4 80 4D 0 30 44 4 12 58 3F
Octal 364 200 115 0 60 104 4 22 130 77
Binary 11110100 10000000 1001101 0 110000 1000100 100 10010 1011000 111111

Color Harmonies of #F4804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4804D

Black with #F4804D

Text Example


Text Example

White with #F4804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4804D; }

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

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

background-color css

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

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

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

border-color css

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

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

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