Html Css Color HEX #F9813E Flamenco

📋 copy color: '#F9813E'

red 249 ◦ green 129 ◦ blue 62

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

Shades of Flamenco #F9813E

Tints of Flamenco #F9813E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.32%

 BLUE value IS 62 (24.61% from 255) = 14.09%

R = 56.59%
G = 29.32%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F9813E (or 0xF9813E) is known color: Flamenco. HEX triplet: F9, 81 and 3E. RGB value is (249,129,62). Sum of RGB (Red+Green+Blue) = 249+129+62=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9813E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9813E is #067EC1. Grayscale: #9D9D9D. Windows color (decimal): -425666 or 4096505. OLE color: 4096505.

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

Color convert

RGB 249 129 62 -
CMYK 0 0.48 0.75 0.02
HSL 21.5º 0.94% 0.61% -
HSV(B) 21.5º 0.75% 0.98% -
XYZ 47.79 36.19 9.02 -
YUV 157.24 74.26 193.45 -
System Red Green Blue C M Y K H S L
Decimal 249 129 62 0 0.48 0.75 0.02 21.5 0.94 0.61
Hex F9 81 3E 0 30 4B 2 15 5E 3D
Octal 371 201 76 0 60 113 2 25 136 75
Binary 11111001 10000001 111110 0 110000 1001011 10 10101 1011110 111101

Color Harmonies of #F9813E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9813E

Black with #F9813E

Text Example


Text Example

White with #F9813E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9813E; }

 p { color: rgb(249,129,62); }

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

background-color css

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

 a { background-color: rgb(249,129,62); }

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

border-color css

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

 span { border-color: rgb(249,129,62); }

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