Html Css Color HEX #F98A49 Crusta

📋 copy color: '#F98A49'

red 249 ◦ green 138 ◦ blue 73

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

Shades of Crusta #F98A49

Tints of Crusta #F98A49

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30%

 BLUE value IS 73 (28.91% from 255) = 15.87%

R = 54.13%
G = 30%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F98A49 (or 0xF98A49) is known color: Crusta. HEX triplet: F9, 8A and 49. RGB value is (249,138,73). Sum of RGB (Red+Green+Blue) = 249+138+73=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98A49 is #0675B6. Grayscale: #A4A4A4. Windows color (decimal): -423351 or 4819705. OLE color: 4819705.

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

Color convert

RGB 249 138 73 -
CMYK 0 0.45 0.71 0.02
HSL 22.16º 0.94% 0.63% -
HSV(B) 22.16º 0.71% 0.98% -
XYZ 49.36 38.8 11.19 -
YUV 163.78 76.77 188.79 -
System Red Green Blue C M Y K H S L
Decimal 249 138 73 0 0.45 0.71 0.02 22.16 0.94 0.63
Hex F9 8A 49 0 2D 47 2 16 5E 3F
Octal 371 212 111 0 55 107 2 26 136 77
Binary 11111001 10001010 1001001 0 101101 1000111 10 10110 1011110 111111

Color Harmonies of #F98A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98A49

Black with #F98A49

Text Example


Text Example

White with #F98A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98A49; }

 p { color: rgb(249,138,73); }

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

background-color css

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

 a { background-color: rgb(249,138,73); }

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

border-color css

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

 span { border-color: rgb(249,138,73); }

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