Html Css Color HEX #F08C54 Crusta

📋 copy color: '#F08C54'

red 240 ◦ green 140 ◦ blue 84

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

Shades of Crusta #F08C54

Tints of Crusta #F08C54

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

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

R = 51.72%
G = 30.17%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F08C54 (or 0xF08C54) is known color: Crusta. HEX triplet: F0, 8C and 54. RGB value is (240,140,84). Sum of RGB (Red+Green+Blue) = 240+140+84=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C54 is #0F73AB. Grayscale: #A3A3A3. Windows color (decimal): -1012652 or 5541104. OLE color: 5541104.

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

Color convert

RGB 240 140 84 -
CMYK 0 0.42 0.65 0.06
HSL 21.54º 0.84% 0.64% -
HSV(B) 21.54º 0.65% 0.94% -
XYZ 46.91 37.92 13.23 -
YUV 163.52 83.13 182.55 -
System Red Green Blue C M Y K H S L
Decimal 240 140 84 0 0.42 0.65 0.06 21.54 0.84 0.64
Hex F0 8C 54 0 2A 41 6 16 54 40
Octal 360 214 124 0 52 101 6 26 124 100
Binary 11110000 10001100 1010100 0 101010 1000001 110 10110 1010100 1000000

Color Harmonies of #F08C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C54

Black with #F08C54

Text Example


Text Example

White with #F08C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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