Html Css Color HEX #F9864E Crusta

📋 copy color: '#F9864E'

red 249 ◦ green 134 ◦ blue 78

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

Shades of Crusta #F9864E

Tints of Crusta #F9864E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.92%

R = 54.01%
G = 29.07%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9864E (or 0xF9864E) is known color: Crusta. HEX triplet: F9, 86 and 4E. RGB value is (249,134,78). Sum of RGB (Red+Green+Blue) = 249+134+78=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F9864E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9864E is #0679B1. Grayscale: #A2A2A2. Windows color (decimal): -424370 or 5146361. OLE color: 5146361.

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

Color convert

RGB 249 134 78 -
CMYK 0 0.46 0.69 0.02
HSL 19.65º 0.93% 0.64% -
HSV(B) 19.65º 0.69% 0.98% -
XYZ 48.97 37.74 11.91 -
YUV 162 80.6 190.05 -
System Red Green Blue C M Y K H S L
Decimal 249 134 78 0 0.46 0.69 0.02 19.65 0.93 0.64
Hex F9 86 4E 0 2E 45 2 14 5D 40
Octal 371 206 116 0 56 105 2 24 135 100
Binary 11111001 10000110 1001110 0 101110 1000101 10 10100 1011101 1000000

Color Harmonies of #F9864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9864E

Black with #F9864E

Text Example


Text Example

White with #F9864E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9864E; }

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

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

background-color css

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

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

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

border-color css

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

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

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