Html Css Color HEX #F0854D Crusta

📋 copy color: '#F0854D'

red 240 ◦ green 133 ◦ blue 77

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

Shades of Crusta #F0854D

Tints of Crusta #F0854D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.56%

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

R = 53.33%
G = 29.56%
B = 17.11%

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

#F0854D (or 0xF0854D) is known color: Crusta. HEX triplet: F0, 85 and 4D. RGB value is (240,133,77). Sum of RGB (Red+Green+Blue) = 240+133+77=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0854D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0854D is #0F7AB2. Grayscale: #9E9E9E. Windows color (decimal): -1014451 or 5080560. OLE color: 5080560.

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

Color convert

RGB 240 133 77 -
CMYK 0 0.45 0.68 0.06
HSL 20.61º 0.84% 0.62% -
HSV(B) 20.61º 0.68% 0.94% -
XYZ 45.66 35.84 11.53 -
YUV 158.61 81.95 186.05 -
System Red Green Blue C M Y K H S L
Decimal 240 133 77 0 0.45 0.68 0.06 20.61 0.84 0.62
Hex F0 85 4D 0 2D 44 6 15 54 3E
Octal 360 205 115 0 55 104 6 25 124 76
Binary 11110000 10000101 1001101 0 101101 1000100 110 10101 1010100 111110

Color Harmonies of #F0854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0854D

Black with #F0854D

Text Example


Text Example

White with #F0854D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0854D; }

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

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

background-color css

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

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

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

border-color css

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

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

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