Html Css Color HEX #F9845A Crusta

📋 copy color: '#F9845A'

red 249 ◦ green 132 ◦ blue 90

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

Shades of Crusta #F9845A

Tints of Crusta #F9845A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.03%

 BLUE value IS 90 (35.55% from 255) = 19.11%

R = 52.87%
G = 28.03%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F9845A (or 0xF9845A) is known color: Crusta. HEX triplet: F9, 84 and 5A. RGB value is (249,132,90). Sum of RGB (Red+Green+Blue) = 249+132+90=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F9845A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9845A is #067BA5. Grayscale: #A2A2A2. Windows color (decimal): -424870 or 5932281. OLE color: 5932281.

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

Color convert

RGB 249 132 90 -
CMYK 0 0.47 0.64 0.02
HSL 15.85º 0.93% 0.66% -
HSV(B) 15.85º 0.64% 0.98% -
XYZ 49.16 37.38 14.3 -
YUV 162.2 87.26 189.92 -
System Red Green Blue C M Y K H S L
Decimal 249 132 90 0 0.47 0.64 0.02 15.85 0.93 0.66
Hex F9 84 5A 0 2F 40 2 10 5D 42
Octal 371 204 132 0 57 100 2 20 135 102
Binary 11111001 10000100 1011010 0 101111 1000000 10 10000 1011101 1000010

Color Harmonies of #F9845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9845A

Black with #F9845A

Text Example


Text Example

White with #F9845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9845A; }

 p { color: rgb(249,132,90); }

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

background-color css

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

 a { background-color: rgb(249,132,90); }

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

border-color css

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

 span { border-color: rgb(249,132,90); }

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