Html Css Color HEX #F98961 Crusta

📋 copy color: '#F98961'

red 249 ◦ green 137 ◦ blue 97

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

Shades of Crusta #F98961

Tints of Crusta #F98961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.36%

 BLUE value IS 97 (38.28% from 255) = 20.08%

R = 51.55%
G = 28.36%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F98961 (or 0xF98961) is known color: Crusta. HEX triplet: F9, 89 and 61. RGB value is (249,137,97). Sum of RGB (Red+Green+Blue) = 249+137+97=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F98961 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98961 is #06769E. Grayscale: #A6A6A6. Windows color (decimal): -423583 or 6392313. OLE color: 6392313.

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

Color convert

RGB 249 137 97 -
CMYK 0 0.45 0.61 0.02
HSL 15.79º 0.93% 0.68% -
HSV(B) 15.79º 0.61% 0.98% -
XYZ 50.17 38.89 16.17 -
YUV 165.93 89.11 187.25 -
System Red Green Blue C M Y K H S L
Decimal 249 137 97 0 0.45 0.61 0.02 15.79 0.93 0.68
Hex F9 89 61 0 2D 3D 2 10 5D 44
Octal 371 211 141 0 55 75 2 20 135 104
Binary 11111001 10001001 1100001 0 101101 111101 10 10000 1011101 1000100

Color Harmonies of #F98961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98961

Black with #F98961

Text Example


Text Example

White with #F98961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98961; }

 p { color: rgb(249,137,97); }

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

background-color css

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

 a { background-color: rgb(249,137,97); }

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

border-color css

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

 span { border-color: rgb(249,137,97); }

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