Html Css Color HEX #F08654 Crusta

📋 copy color: '#F08654'

red 240 ◦ green 134 ◦ blue 84

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

Shades of Crusta #F08654

Tints of Crusta #F08654

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.26%

 BLUE value IS 84 (33.2% from 255) = 18.34%

R = 52.4%
G = 29.26%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F08654 (or 0xF08654) is known color: Crusta. HEX triplet: F0, 86 and 54. RGB value is (240,134,84). Sum of RGB (Red+Green+Blue) = 240+134+84=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F08654 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08654 is #0F79AB. Grayscale: #A0A0A0. Windows color (decimal): -1014188 or 5539568. OLE color: 5539568.

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

Color convert

RGB 240 134 84 -
CMYK 0 0.44 0.65 0.06
HSL 19.23º 0.84% 0.64% -
HSV(B) 19.23º 0.65% 0.94% -
XYZ 46.06 36.22 12.95 -
YUV 159.99 85.12 185.07 -
System Red Green Blue C M Y K H S L
Decimal 240 134 84 0 0.44 0.65 0.06 19.23 0.84 0.64
Hex F0 86 54 0 2C 41 6 13 54 40
Octal 360 206 124 0 54 101 6 23 124 100
Binary 11110000 10000110 1010100 0 101100 1000001 110 10011 1010100 1000000

Color Harmonies of #F08654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08654

Black with #F08654

Text Example


Text Example

White with #F08654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08654; }

 p { color: rgb(240,134,84); }

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

background-color css

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

 a { background-color: rgb(240,134,84); }

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

border-color css

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

 span { border-color: rgb(240,134,84); }

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