Html Css Color HEX #F9885C Crusta

📋 copy color: '#F9885C'

red 249 ◦ green 136 ◦ blue 92

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

Shades of Crusta #F9885C

Tints of Crusta #F9885C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.29%

R = 52.2%
G = 28.51%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9885C (or 0xF9885C) is known color: Crusta. HEX triplet: F9, 88 and 5C. RGB value is (249,136,92). Sum of RGB (Red+Green+Blue) = 249+136+92=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9885C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9885C is #0677A3. Grayscale: #A5A5A5. Windows color (decimal): -423844 or 6064377. OLE color: 6064377.

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

Color convert

RGB 249 136 92 -
CMYK 0 0.45 0.63 0.02
HSL 16.82º 0.93% 0.67% -
HSV(B) 16.82º 0.63% 0.98% -
XYZ 49.8 38.52 14.94 -
YUV 164.77 86.94 188.08 -
System Red Green Blue C M Y K H S L
Decimal 249 136 92 0 0.45 0.63 0.02 16.82 0.93 0.67
Hex F9 88 5C 0 2D 3F 2 11 5D 43
Octal 371 210 134 0 55 77 2 21 135 103
Binary 11111001 10001000 1011100 0 101101 111111 10 10001 1011101 1000011

Color Harmonies of #F9885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9885C

Black with #F9885C

Text Example


Text Example

White with #F9885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9885C; }

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

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

background-color css

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

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

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

border-color css

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

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

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