Html Css Color HEX #F98D5D Crusta

📋 copy color: '#F98D5D'

red 249 ◦ green 141 ◦ blue 93

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

Shades of Crusta #F98D5D

Tints of Crusta #F98D5D

RGB

 RED value IS 249 (97.66% from 255) = 51.55%

 GREEN value IS 141 (55.47% from 255) = 29.19%

 BLUE value IS 93 (36.72% from 255) = 19.25%

R = 51.55%
G = 29.19%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F98D5D (or 0xF98D5D) is known color: Crusta. HEX triplet: F9, 8D and 5D. RGB value is (249,141,93). Sum of RGB (Red+Green+Blue) = 249+141+93=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98D5D is #0672A2. Grayscale: #A8A8A8. Windows color (decimal): -422563 or 6131193. OLE color: 6131193.

HSL color Cylindrical-coordinate representation of color #F98D5D: hue angle of 18.46º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F98D5D is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 141 93 -
CMYK 0 0.43 0.63 0.02
HSL 18.46º 0.93% 0.67% -
HSV(B) 18.46º 0.63% 0.98% -
XYZ 50.57 39.98 15.41 -
YUV 167.82 85.78 185.9 -
System Red Green Blue C M Y K H S L
Decimal 249 141 93 0 0.43 0.63 0.02 18.46 0.93 0.67
Hex F9 8D 5D 0 2B 3F 2 12 5D 43
Octal 371 215 135 0 53 77 2 22 135 103
Binary 11111001 10001101 1011101 0 101011 111111 10 10010 1011101 1000011

Color Harmonies of #F98D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98D5D

Black with #F98D5D

Text Example


Text Example

White with #F98D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98D5D; }

 p { color: rgb(249,141,93); }

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

background-color css

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

 a { background-color: rgb(249,141,93); }

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

border-color css

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

 span { border-color: rgb(249,141,93); }

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