Html Css Color HEX #F9853F Flamenco

📋 copy color: '#F9853F'

red 249 ◦ green 133 ◦ blue 63

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

Shades of Flamenco #F9853F

Tints of Flamenco #F9853F

RGB

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

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

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

R = 55.96%
G = 29.89%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F9853F (or 0xF9853F) is known color: Flamenco. HEX triplet: F9, 85 and 3F. RGB value is (249,133,63). Sum of RGB (Red+Green+Blue) = 249+133+63=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F9853F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9853F is #067AC0. Grayscale: #A0A0A0. Windows color (decimal): -424641 or 4163065. OLE color: 4163065.

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

Color convert

RGB 249 133 63 -
CMYK 0 0.47 0.75 0.02
HSL 22.58º 0.94% 0.61% -
HSV(B) 22.58º 0.75% 0.98% -
XYZ 48.35 37.27 9.35 -
YUV 159.7 73.43 191.69 -
System Red Green Blue C M Y K H S L
Decimal 249 133 63 0 0.47 0.75 0.02 22.58 0.94 0.61
Hex F9 85 3F 0 2F 4B 2 17 5E 3D
Octal 371 205 77 0 57 113 2 27 136 75
Binary 11111001 10000101 111111 0 101111 1001011 10 10111 1011110 111101

Color Harmonies of #F9853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9853F

Black with #F9853F

Text Example


Text Example

White with #F9853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9853F; }

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

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

background-color css

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

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

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

border-color css

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

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

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