Html Css Color HEX #F9813C Flamenco

📋 copy color: '#F9813C'

red 249 ◦ green 129 ◦ blue 60

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

Shades of Flamenco #F9813C

Tints of Flamenco #F9813C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.7%

R = 56.85%
G = 29.45%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9813C (or 0xF9813C) is known color: Flamenco. HEX triplet: F9, 81 and 3C. RGB value is (249,129,60). Sum of RGB (Red+Green+Blue) = 249+129+60=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F9813C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9813C is #067EC3. Grayscale: #9D9D9D. Windows color (decimal): -425668 or 3965433. OLE color: 3965433.

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

Color convert

RGB 249 129 60 -
CMYK 0 0.48 0.76 0.02
HSL 21.9º 0.94% 0.61% -
HSV(B) 21.9º 0.76% 0.98% -
XYZ 47.73 36.17 8.74 -
YUV 157.01 73.26 193.61 -
System Red Green Blue C M Y K H S L
Decimal 249 129 60 0 0.48 0.76 0.02 21.9 0.94 0.61
Hex F9 81 3C 0 30 4C 2 16 5E 3D
Octal 371 201 74 0 60 114 2 26 136 75
Binary 11111001 10000001 111100 0 110000 1001100 10 10110 1011110 111101

Color Harmonies of #F9813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9813C

Black with #F9813C

Text Example


Text Example

White with #F9813C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9813C; }

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

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

background-color css

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

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

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

border-color css

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

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

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