Html Css Color HEX #F0814D Crusta

📋 copy color: '#F0814D'

red 240 ◦ green 129 ◦ blue 77

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

Shades of Crusta #F0814D

Tints of Crusta #F0814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.92%

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

R = 53.81%
G = 28.92%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0814D (or 0xF0814D) is known color: Crusta. HEX triplet: F0, 81 and 4D. RGB value is (240,129,77). Sum of RGB (Red+Green+Blue) = 240+129+77=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0814D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0814D is #0F7EB2. Grayscale: #9C9C9C. Windows color (decimal): -1015475 or 5079536. OLE color: 5079536.

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

Color convert

RGB 240 129 77 -
CMYK 0 0.46 0.68 0.06
HSL 19.14º 0.84% 0.62% -
HSV(B) 19.14º 0.68% 0.94% -
XYZ 45.12 34.76 11.35 -
YUV 156.26 83.27 187.73 -
System Red Green Blue C M Y K H S L
Decimal 240 129 77 0 0.46 0.68 0.06 19.14 0.84 0.62
Hex F0 81 4D 0 2E 44 6 13 54 3E
Octal 360 201 115 0 56 104 6 23 124 76
Binary 11110000 10000001 1001101 0 101110 1000100 110 10011 1010100 111110

Color Harmonies of #F0814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0814D

Black with #F0814D

Text Example


Text Example

White with #F0814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0814D; }

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

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

background-color css

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

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

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

border-color css

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

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

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