Html Css Color HEX #F0814F Crusta

📋 copy color: '#F0814F'

red 240 ◦ green 129 ◦ blue 79

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

Shades of Crusta #F0814F

Tints of Crusta #F0814F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.63%

R = 53.57%
G = 28.79%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0814F (or 0xF0814F) is known color: Crusta. HEX triplet: F0, 81 and 4F. RGB value is (240,129,79). Sum of RGB (Red+Green+Blue) = 240+129+79=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0814F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0814F is #0F7EB0. Grayscale: #9C9C9C. Windows color (decimal): -1015473 or 5210608. OLE color: 5210608.

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

Color convert

RGB 240 129 79 -
CMYK 0 0.46 0.67 0.06
HSL 18.63º 0.84% 0.63% -
HSV(B) 18.63º 0.67% 0.94% -
XYZ 45.2 34.79 11.73 -
YUV 156.49 84.27 187.57 -
System Red Green Blue C M Y K H S L
Decimal 240 129 79 0 0.46 0.67 0.06 18.63 0.84 0.63
Hex F0 81 4F 0 2E 43 6 13 54 3F
Octal 360 201 117 0 56 103 6 23 124 77
Binary 11110000 10000001 1001111 0 101110 1000011 110 10011 1010100 111111

Color Harmonies of #F0814F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0814F

Black with #F0814F

Text Example


Text Example

White with #F0814F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0814F; }

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

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

background-color css

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

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

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

border-color css

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

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

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