Html Css Color HEX #F9895F Crusta

📋 copy color: '#F9895F'

red 249 ◦ green 137 ◦ blue 95

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

Shades of Crusta #F9895F

Tints of Crusta #F9895F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.75%

R = 51.77%
G = 28.48%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9895F (or 0xF9895F) is known color: Crusta. HEX triplet: F9, 89 and 5F. RGB value is (249,137,95). Sum of RGB (Red+Green+Blue) = 249+137+95=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F9895F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9895F is #0676A0. Grayscale: #A5A5A5. Windows color (decimal): -423585 or 6261241. OLE color: 6261241.

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

Color convert

RGB 249 137 95 -
CMYK 0 0.45 0.62 0.02
HSL 16.36º 0.93% 0.67% -
HSV(B) 16.36º 0.62% 0.98% -
XYZ 50.08 38.86 15.69 -
YUV 165.7 88.11 187.42 -
System Red Green Blue C M Y K H S L
Decimal 249 137 95 0 0.45 0.62 0.02 16.36 0.93 0.67
Hex F9 89 5F 0 2D 3E 2 10 5D 43
Octal 371 211 137 0 55 76 2 20 135 103
Binary 11111001 10001001 1011111 0 101101 111110 10 10000 1011101 1000011

Color Harmonies of #F9895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9895F

Black with #F9895F

Text Example


Text Example

White with #F9895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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