Html Css Color HEX #F98F5D Crusta

📋 copy color: '#F98F5D'

red 249 ◦ green 143 ◦ blue 93

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

Shades of Crusta #F98F5D

Tints of Crusta #F98F5D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.48%

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

R = 51.34%
G = 29.48%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F98F5D (or 0xF98F5D) is known color: Crusta. HEX triplet: F9, 8F and 5D. RGB value is (249,143,93). Sum of RGB (Red+Green+Blue) = 249+143+93=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98F5D is #0670A2. Grayscale: #A9A9A9. Windows color (decimal): -422051 or 6131705. OLE color: 6131705.

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

Color convert

RGB 249 143 93 -
CMYK 0 0.43 0.63 0.02
HSL 19.23º 0.93% 0.67% -
HSV(B) 19.23º 0.63% 0.98% -
XYZ 50.87 40.57 15.51 -
YUV 168.99 85.12 185.07 -
System Red Green Blue C M Y K H S L
Decimal 249 143 93 0 0.43 0.63 0.02 19.23 0.93 0.67
Hex F9 8F 5D 0 2B 3F 2 13 5D 43
Octal 371 217 135 0 53 77 2 23 135 103
Binary 11111001 10001111 1011101 0 101011 111111 10 10011 1011101 1000011

Color Harmonies of #F98F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98F5D

Black with #F98F5D

Text Example


Text Example

White with #F98F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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