Html Css Color HEX #F98D5A Crusta

📋 copy color: '#F98D5A'

red 249 ◦ green 141 ◦ blue 90

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

Shades of Crusta #F98D5A

Tints of Crusta #F98D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.75%

R = 51.88%
G = 29.38%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F98D5A (or 0xF98D5A) is known color: Crusta. HEX triplet: F9, 8D and 5A. RGB value is (249,141,90). Sum of RGB (Red+Green+Blue) = 249+141+90=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98D5A is #0672A5. Grayscale: #A7A7A7. Windows color (decimal): -422566 or 5934585. OLE color: 5934585.

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

Color convert

RGB 249 141 90 -
CMYK 0 0.43 0.64 0.02
HSL 19.25º 0.93% 0.66% -
HSV(B) 19.25º 0.64% 0.98% -
XYZ 50.44 39.93 14.72 -
YUV 167.48 84.28 186.15 -
System Red Green Blue C M Y K H S L
Decimal 249 141 90 0 0.43 0.64 0.02 19.25 0.93 0.66
Hex F9 8D 5A 0 2B 40 2 13 5D 42
Octal 371 215 132 0 53 100 2 23 135 102
Binary 11111001 10001101 1011010 0 101011 1000000 10 10011 1011101 1000010

Color Harmonies of #F98D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98D5A

Black with #F98D5A

Text Example


Text Example

White with #F98D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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