Html Css Color HEX #F98440 Flamenco

📋 copy color: '#F98440'

red 249 ◦ green 132 ◦ blue 64

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

Shades of Flamenco #F98440

Tints of Flamenco #F98440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.66%

 BLUE value IS 64 (25.39% from 255) = 14.38%

R = 55.96%
G = 29.66%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F98440 (or 0xF98440) is known color: Flamenco. HEX triplet: F9, 84 and 40. RGB value is (249,132,64). Sum of RGB (Red+Green+Blue) = 249+132+64=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F98440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98440 is #067BBF. Grayscale: #9F9F9F. Windows color (decimal): -424896 or 4228345. OLE color: 4228345.

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

Color convert

RGB 249 132 64 -
CMYK 0 0.47 0.74 0.02
HSL 22.05º 0.94% 0.61% -
HSV(B) 22.05º 0.74% 0.98% -
XYZ 48.24 37.01 9.45 -
YUV 159.23 74.26 192.03 -
System Red Green Blue C M Y K H S L
Decimal 249 132 64 0 0.47 0.74 0.02 22.05 0.94 0.61
Hex F9 84 40 0 2F 4A 2 16 5E 3D
Octal 371 204 100 0 57 112 2 26 136 75
Binary 11111001 10000100 1000000 0 101111 1001010 10 10110 1011110 111101

Color Harmonies of #F98440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98440

Black with #F98440

Text Example


Text Example

White with #F98440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98440; }

 p { color: rgb(249,132,64); }

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

background-color css

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

 a { background-color: rgb(249,132,64); }

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

border-color css

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

 span { border-color: rgb(249,132,64); }

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