Html Css Color HEX #F9865A Crusta

📋 copy color: '#F9865A'

red 249 ◦ green 134 ◦ blue 90

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

Shades of Crusta #F9865A

Tints of Crusta #F9865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.33%

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

R = 52.64%
G = 28.33%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F9865A (or 0xF9865A) is known color: Crusta. HEX triplet: F9, 86 and 5A. RGB value is (249,134,90). Sum of RGB (Red+Green+Blue) = 249+134+90=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F9865A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9865A is #0679A5. Grayscale: #A3A3A3. Windows color (decimal): -424358 or 5932793. OLE color: 5932793.

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

Color convert

RGB 249 134 90 -
CMYK 0 0.46 0.64 0.02
HSL 16.6º 0.93% 0.66% -
HSV(B) 16.6º 0.64% 0.98% -
XYZ 49.44 37.93 14.39 -
YUV 163.37 86.6 189.08 -
System Red Green Blue C M Y K H S L
Decimal 249 134 90 0 0.46 0.64 0.02 16.6 0.93 0.66
Hex F9 86 5A 0 2E 40 2 11 5D 42
Octal 371 206 132 0 56 100 2 21 135 102
Binary 11111001 10000110 1011010 0 101110 1000000 10 10001 1011101 1000010

Color Harmonies of #F9865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9865A

Black with #F9865A

Text Example


Text Example

White with #F9865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9865A; }

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

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

background-color css

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

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

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

border-color css

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

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

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