Html Css Color HEX #F0834D Crusta

📋 copy color: '#F0834D'

red 240 ◦ green 131 ◦ blue 77

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

Shades of Crusta #F0834D

Tints of Crusta #F0834D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.24%

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

R = 53.57%
G = 29.24%
B = 17.19%

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

#F0834D (or 0xF0834D) is known color: Crusta. HEX triplet: F0, 83 and 4D. RGB value is (240,131,77). Sum of RGB (Red+Green+Blue) = 240+131+77=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0834D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0834D is #0F7CB2. Grayscale: #9D9D9D. Windows color (decimal): -1014963 or 5080048. OLE color: 5080048.

HSL color Cylindrical-coordinate representation of color #F0834D: hue angle of 19.88º 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 #F0834D is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 131 77 -
CMYK 0 0.45 0.68 0.06
HSL 19.88º 0.84% 0.62% -
HSV(B) 19.88º 0.68% 0.94% -
XYZ 45.39 35.29 11.44 -
YUV 157.44 82.61 186.89 -
System Red Green Blue C M Y K H S L
Decimal 240 131 77 0 0.45 0.68 0.06 19.88 0.84 0.62
Hex F0 83 4D 0 2D 44 6 14 54 3E
Octal 360 203 115 0 55 104 6 24 124 76
Binary 11110000 10000011 1001101 0 101101 1000100 110 10100 1010100 111110

Color Harmonies of #F0834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0834D

Black with #F0834D

Text Example


Text Example

White with #F0834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0834D; }

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

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

background-color css

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

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

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

border-color css

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

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

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