Html Css Color HEX #F98C5A Crusta

📋 copy color: '#F98C5A'

red 249 ◦ green 140 ◦ blue 90

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

Shades of Crusta #F98C5A

Tints of Crusta #F98C5A

RGB

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

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

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

R = 51.98%
G = 29.23%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F98C5A (or 0xF98C5A) is known color: Crusta. HEX triplet: F9, 8C and 5A. RGB value is (249,140,90). Sum of RGB (Red+Green+Blue) = 249+140+90=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C5A is #0673A5. Grayscale: #A7A7A7. Windows color (decimal): -422822 or 5934329. OLE color: 5934329.

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

Color convert

RGB 249 140 90 -
CMYK 0 0.44 0.64 0.02
HSL 18.87º 0.93% 0.66% -
HSV(B) 18.87º 0.64% 0.98% -
XYZ 50.29 39.63 14.67 -
YUV 166.89 84.61 186.57 -
System Red Green Blue C M Y K H S L
Decimal 249 140 90 0 0.44 0.64 0.02 18.87 0.93 0.66
Hex F9 8C 5A 0 2C 40 2 13 5D 42
Octal 371 214 132 0 54 100 2 23 135 102
Binary 11111001 10001100 1011010 0 101100 1000000 10 10011 1011101 1000010

Color Harmonies of #F98C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98C5A

Black with #F98C5A

Text Example


Text Example

White with #F98C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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