Html Css Color HEX #F98358 Crusta

📋 copy color: '#F98358'

red 249 ◦ green 131 ◦ blue 88

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

Shades of Crusta #F98358

Tints of Crusta #F98358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.99%

 BLUE value IS 88 (34.77% from 255) = 18.8%

R = 53.21%
G = 27.99%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#F98358 (or 0xF98358) is known color: Crusta. HEX triplet: F9, 83 and 58. RGB value is (249,131,88). Sum of RGB (Red+Green+Blue) = 249+131+88=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F98358 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98358 is #067CA7. Grayscale: #A1A1A1. Windows color (decimal): -425128 or 5800953. OLE color: 5800953.

HSL color Cylindrical-coordinate representation of color #F98358: hue angle of 16.02º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F98358 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 131 88 -
CMYK 0 0.47 0.65 0.02
HSL 16.02º 0.93% 0.66% -
HSV(B) 16.02º 0.65% 0.98% -
XYZ 48.94 37.08 13.81 -
YUV 161.38 86.59 190.5 -
System Red Green Blue C M Y K H S L
Decimal 249 131 88 0 0.47 0.65 0.02 16.02 0.93 0.66
Hex F9 83 58 0 2F 41 2 10 5D 42
Octal 371 203 130 0 57 101 2 20 135 102
Binary 11111001 10000011 1011000 0 101111 1000001 10 10000 1011101 1000010

Color Harmonies of #F98358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98358

Black with #F98358

Text Example


Text Example

White with #F98358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98358; }

 p { color: rgb(249,131,88); }

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

background-color css

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

 a { background-color: rgb(249,131,88); }

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

border-color css

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

 span { border-color: rgb(249,131,88); }

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