Html Css Color HEX #F98B5D Crusta

📋 copy color: '#F98B5D'

red 249 ◦ green 139 ◦ blue 93

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

Shades of Crusta #F98B5D

Tints of Crusta #F98B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.33%

R = 51.77%
G = 28.9%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F98B5D (or 0xF98B5D) is known color: Crusta. HEX triplet: F9, 8B and 5D. RGB value is (249,139,93). Sum of RGB (Red+Green+Blue) = 249+139+93=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98B5D is #0674A2. Grayscale: #A6A6A6. Windows color (decimal): -423075 or 6130681. OLE color: 6130681.

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

Color convert

RGB 249 139 93 -
CMYK 0 0.44 0.63 0.02
HSL 17.69º 0.93% 0.67% -
HSV(B) 17.69º 0.63% 0.98% -
XYZ 50.28 39.4 15.31 -
YUV 166.65 86.44 186.74 -
System Red Green Blue C M Y K H S L
Decimal 249 139 93 0 0.44 0.63 0.02 17.69 0.93 0.67
Hex F9 8B 5D 0 2C 3F 2 12 5D 43
Octal 371 213 135 0 54 77 2 22 135 103
Binary 11111001 10001011 1011101 0 101100 111111 10 10010 1011101 1000011

Color Harmonies of #F98B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98B5D

Black with #F98B5D

Text Example


Text Example

White with #F98B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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