Html Css Color HEX #F9863F Flamenco

📋 copy color: '#F9863F'

red 249 ◦ green 134 ◦ blue 63

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

Shades of Flamenco #F9863F

Tints of Flamenco #F9863F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.13%

R = 55.83%
G = 30.04%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F9863F (or 0xF9863F) is known color: Flamenco. HEX triplet: F9, 86 and 3F. RGB value is (249,134,63). Sum of RGB (Red+Green+Blue) = 249+134+63=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F9863F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9863F is #0679C0. Grayscale: #A0A0A0. Windows color (decimal): -424385 or 4163321. OLE color: 4163321.

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

Color convert

RGB 249 134 63 -
CMYK 0 0.46 0.75 0.02
HSL 22.9º 0.94% 0.61% -
HSV(B) 22.9º 0.75% 0.98% -
XYZ 48.49 37.55 9.39 -
YUV 160.29 73.1 191.27 -
System Red Green Blue C M Y K H S L
Decimal 249 134 63 0 0.46 0.75 0.02 22.9 0.94 0.61
Hex F9 86 3F 0 2E 4B 2 17 5E 3D
Octal 371 206 77 0 56 113 2 27 136 75
Binary 11111001 10000110 111111 0 101110 1001011 10 10111 1011110 111101

Color Harmonies of #F9863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9863F

Black with #F9863F

Text Example


Text Example

White with #F9863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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