Html Css Color HEX #F9855A Crusta

📋 copy color: '#F9855A'

red 249 ◦ green 133 ◦ blue 90

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

Shades of Crusta #F9855A

Tints of Crusta #F9855A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.18%

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

R = 52.75%
G = 28.18%
B = 19.07%

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

#F9855A (or 0xF9855A) is known color: Crusta. HEX triplet: F9, 85 and 5A. RGB value is (249,133,90). Sum of RGB (Red+Green+Blue) = 249+133+90=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9855A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9855A is #067AA5. Grayscale: #A3A3A3. Windows color (decimal): -424614 or 5932537. OLE color: 5932537.

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

Color convert

RGB 249 133 90 -
CMYK 0 0.47 0.64 0.02
HSL 16.23º 0.93% 0.66% -
HSV(B) 16.23º 0.64% 0.98% -
XYZ 49.3 37.65 14.34 -
YUV 162.78 86.93 189.5 -
System Red Green Blue C M Y K H S L
Decimal 249 133 90 0 0.47 0.64 0.02 16.23 0.93 0.66
Hex F9 85 5A 0 2F 40 2 10 5D 42
Octal 371 205 132 0 57 100 2 20 135 102
Binary 11111001 10000101 1011010 0 101111 1000000 10 10000 1011101 1000010

Color Harmonies of #F9855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9855A

Black with #F9855A

Text Example


Text Example

White with #F9855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9855A; }

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

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

background-color css

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

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

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

border-color css

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

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

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