Html Css Color HEX #F97E3F Flamenco

📋 copy color: '#F97E3F'

red 249 ◦ green 126 ◦ blue 63

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

Shades of Flamenco #F97E3F

Tints of Flamenco #F97E3F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.77%

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

R = 56.85%
G = 28.77%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F97E3F (or 0xF97E3F) is known color: Flamenco. HEX triplet: F9, 7E and 3F. RGB value is (249,126,63). Sum of RGB (Red+Green+Blue) = 249+126+63=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F97E3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97E3F is #0681C0. Grayscale: #9B9B9B. Windows color (decimal): -426433 or 4161273. OLE color: 4161273.

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

Color convert

RGB 249 126 63 -
CMYK 0 0.49 0.75 0.02
HSL 20.32º 0.94% 0.61% -
HSV(B) 20.32º 0.75% 0.98% -
XYZ 47.42 35.42 9.04 -
YUV 155.6 75.75 194.62 -
System Red Green Blue C M Y K H S L
Decimal 249 126 63 0 0.49 0.75 0.02 20.32 0.94 0.61
Hex F9 7E 3F 0 31 4B 2 14 5E 3D
Octal 371 176 77 0 61 113 2 24 136 75
Binary 11111001 1111110 111111 0 110001 1001011 10 10100 1011110 111101

Color Harmonies of #F97E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97E3F

Black with #F97E3F

Text Example


Text Example

White with #F97E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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