Html Css Color HEX #F9885F Crusta

📋 copy color: '#F9885F'

red 249 ◦ green 136 ◦ blue 95

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

Shades of Crusta #F9885F

Tints of Crusta #F9885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.33%

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

R = 51.88%
G = 28.33%
B = 19.79%

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

#F9885F (or 0xF9885F) is known color: Crusta. HEX triplet: F9, 88 and 5F. RGB value is (249,136,95). Sum of RGB (Red+Green+Blue) = 249+136+95=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F9885F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9885F is #0677A0. Grayscale: #A5A5A5. Windows color (decimal): -423841 or 6260985. OLE color: 6260985.

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

Color convert

RGB 249 136 95 -
CMYK 0 0.45 0.62 0.02
HSL 15.97º 0.93% 0.67% -
HSV(B) 15.97º 0.62% 0.98% -
XYZ 49.94 38.57 15.64 -
YUV 165.11 88.44 187.83 -
System Red Green Blue C M Y K H S L
Decimal 249 136 95 0 0.45 0.62 0.02 15.97 0.93 0.67
Hex F9 88 5F 0 2D 3E 2 10 5D 43
Octal 371 210 137 0 55 76 2 20 135 103
Binary 11111001 10001000 1011111 0 101101 111110 10 10000 1011101 1000011

Color Harmonies of #F9885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9885F

Black with #F9885F

Text Example


Text Example

White with #F9885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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