Html Css Color HEX #F98356 Crusta

📋 copy color: '#F98356'

red 249 ◦ green 131 ◦ blue 86

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

Shades of Crusta #F98356

Tints of Crusta #F98356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.45%

R = 53.43%
G = 28.11%
B = 18.45%

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

#F98356 (or 0xF98356) is known color: Crusta. HEX triplet: F9, 83 and 56. RGB value is (249,131,86). Sum of RGB (Red+Green+Blue) = 249+131+86=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F98356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98356 is #067CA9. Grayscale: #A1A1A1. Windows color (decimal): -425130 or 5669881. OLE color: 5669881.

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

Color convert

RGB 249 131 86 -
CMYK 0 0.47 0.65 0.02
HSL 16.56º 0.93% 0.66% -
HSV(B) 16.56º 0.65% 0.98% -
XYZ 48.86 37.04 13.38 -
YUV 161.15 85.59 190.66 -
System Red Green Blue C M Y K H S L
Decimal 249 131 86 0 0.47 0.65 0.02 16.56 0.93 0.66
Hex F9 83 56 0 2F 41 2 11 5D 42
Octal 371 203 126 0 57 101 2 21 135 102
Binary 11111001 10000011 1010110 0 101111 1000001 10 10001 1011101 1000010

Color Harmonies of #F98356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98356

Black with #F98356

Text Example


Text Example

White with #F98356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98356; }

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

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

background-color css

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

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

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

border-color css

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

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

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