Html Css Color HEX #F98D5C Crusta

📋 copy color: '#F98D5C'

red 249 ◦ green 141 ◦ blue 92

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

Shades of Crusta #F98D5C

Tints of Crusta #F98D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.09%

R = 51.66%
G = 29.25%
B = 19.09%

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

#F98D5C (or 0xF98D5C) is known color: Crusta. HEX triplet: F9, 8D and 5C. RGB value is (249,141,92). Sum of RGB (Red+Green+Blue) = 249+141+92=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98D5C is #0672A3. Grayscale: #A8A8A8. Windows color (decimal): -422564 or 6065657. OLE color: 6065657.

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

Color convert

RGB 249 141 92 -
CMYK 0 0.43 0.63 0.02
HSL 18.73º 0.93% 0.67% -
HSV(B) 18.73º 0.63% 0.98% -
XYZ 50.52 39.96 15.18 -
YUV 167.71 85.28 185.98 -
System Red Green Blue C M Y K H S L
Decimal 249 141 92 0 0.43 0.63 0.02 18.73 0.93 0.67
Hex F9 8D 5C 0 2B 3F 2 13 5D 43
Octal 371 215 134 0 53 77 2 23 135 103
Binary 11111001 10001101 1011100 0 101011 111111 10 10011 1011101 1000011

Color Harmonies of #F98D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98D5C

Black with #F98D5C

Text Example


Text Example

White with #F98D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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