Html Css Color HEX #F0844D Crusta

📋 copy color: '#F0844D'

red 240 ◦ green 132 ◦ blue 77

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

Shades of Crusta #F0844D

Tints of Crusta #F0844D

RGB

 RED value IS 240 (94.14% from 255) = 53.45%

 GREEN value IS 132 (51.95% from 255) = 29.4%

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

R = 53.45%
G = 29.4%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0844D (or 0xF0844D) is known color: Crusta. HEX triplet: F0, 84 and 4D. RGB value is (240,132,77). Sum of RGB (Red+Green+Blue) = 240+132+77=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0844D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0844D is #0F7BB2. Grayscale: #9E9E9E. Windows color (decimal): -1014707 or 5080304. OLE color: 5080304.

HSL color Cylindrical-coordinate representation of color #F0844D: hue angle of 20.25º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0844D is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 132 77 -
CMYK 0 0.45 0.68 0.06
HSL 20.25º 0.84% 0.62% -
HSV(B) 20.25º 0.68% 0.94% -
XYZ 45.53 35.56 11.49 -
YUV 158.02 82.28 186.47 -
System Red Green Blue C M Y K H S L
Decimal 240 132 77 0 0.45 0.68 0.06 20.25 0.84 0.62
Hex F0 84 4D 0 2D 44 6 14 54 3E
Octal 360 204 115 0 55 104 6 24 124 76
Binary 11110000 10000100 1001101 0 101101 1000100 110 10100 1010100 111110

Color Harmonies of #F0844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0844D

Black with #F0844D

Text Example


Text Example

White with #F0844D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0844D; }

 p { color: rgb(240,132,77); }

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

background-color css

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

 a { background-color: rgb(240,132,77); }

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

border-color css

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

 span { border-color: rgb(240,132,77); }

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