Html Css Color HEX #F98B4A Crusta

📋 copy color: '#F98B4A'

red 249 ◦ green 139 ◦ blue 74

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

Shades of Crusta #F98B4A

Tints of Crusta #F98B4A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.09%

 BLUE value IS 74 (29.3% from 255) = 16.02%

R = 53.9%
G = 30.09%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F98B4A (or 0xF98B4A) is known color: Crusta. HEX triplet: F9, 8B and 4A. RGB value is (249,139,74). Sum of RGB (Red+Green+Blue) = 249+139+74=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98B4A is #0674B5. Grayscale: #A4A4A4. Windows color (decimal): -423094 or 4885497. OLE color: 4885497.

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

Color convert

RGB 249 139 74 -
CMYK 0 0.44 0.70 0.02
HSL 22.29º 0.94% 0.63% -
HSV(B) 22.29º 0.7% 0.98% -
XYZ 49.54 39.1 11.41 -
YUV 164.48 76.94 188.29 -
System Red Green Blue C M Y K H S L
Decimal 249 139 74 0 0.44 0.70 0.02 22.29 0.94 0.63
Hex F9 8B 4A 0 2C 46 2 16 5E 3F
Octal 371 213 112 0 54 106 2 26 136 77
Binary 11111001 10001011 1001010 0 101100 1000110 10 10110 1011110 111111

Color Harmonies of #F98B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98B4A

Black with #F98B4A

Text Example


Text Example

White with #F98B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98B4A; }

 p { color: rgb(249,139,74); }

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

background-color css

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

 a { background-color: rgb(249,139,74); }

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

border-color css

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

 span { border-color: rgb(249,139,74); }

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