Html Css Color HEX #F08A54 Crusta

📋 copy color: '#F08A54'

red 240 ◦ green 138 ◦ blue 84

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

Shades of Crusta #F08A54

Tints of Crusta #F08A54

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.87%

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

R = 51.95%
G = 29.87%
B = 18.18%

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

#F08A54 (or 0xF08A54) is known color: Crusta. HEX triplet: F0, 8A and 54. RGB value is (240,138,84). Sum of RGB (Red+Green+Blue) = 240+138+84=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A54 is #0F75AB. Grayscale: #A2A2A2. Windows color (decimal): -1013164 or 5540592. OLE color: 5540592.

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

Color convert

RGB 240 138 84 -
CMYK 0 0.42 0.65 0.06
HSL 20.77º 0.84% 0.64% -
HSV(B) 20.77º 0.65% 0.94% -
XYZ 46.62 37.34 13.14 -
YUV 162.34 83.79 183.39 -
System Red Green Blue C M Y K H S L
Decimal 240 138 84 0 0.42 0.65 0.06 20.77 0.84 0.64
Hex F0 8A 54 0 2A 41 6 15 54 40
Octal 360 212 124 0 52 101 6 25 124 100
Binary 11110000 10001010 1010100 0 101010 1000001 110 10101 1010100 1000000

Color Harmonies of #F08A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A54

Black with #F08A54

Text Example


Text Example

White with #F08A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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