Html Css Color HEX #F98C5D Crusta

📋 copy color: '#F98C5D'

red 249 ◦ green 140 ◦ blue 93

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

Shades of Crusta #F98C5D

Tints of Crusta #F98C5D

RGB

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

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

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

R = 51.66%
G = 29.05%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F98C5D (or 0xF98C5D) is known color: Crusta. HEX triplet: F9, 8C and 5D. RGB value is (249,140,93). Sum of RGB (Red+Green+Blue) = 249+140+93=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C5D is #0673A2. Grayscale: #A7A7A7. Windows color (decimal): -422819 or 6130937. OLE color: 6130937.

HSL color Cylindrical-coordinate representation of color #F98C5D: hue angle of 18.08º 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 #F98C5D is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 140 93 -
CMYK 0 0.44 0.63 0.02
HSL 18.08º 0.93% 0.67% -
HSV(B) 18.08º 0.63% 0.98% -
XYZ 50.42 39.69 15.36 -
YUV 167.23 86.11 186.32 -
System Red Green Blue C M Y K H S L
Decimal 249 140 93 0 0.44 0.63 0.02 18.08 0.93 0.67
Hex F9 8C 5D 0 2C 3F 2 12 5D 43
Octal 371 214 135 0 54 77 2 22 135 103
Binary 11111001 10001100 1011101 0 101100 111111 10 10010 1011101 1000011

Color Harmonies of #F98C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98C5D

Black with #F98C5D

Text Example


Text Example

White with #F98C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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