Html Css Color HEX #F98241 Flamenco

📋 copy color: '#F98241'

red 249 ◦ green 130 ◦ blue 65

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

Shades of Flamenco #F98241

Tints of Flamenco #F98241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.28%

 BLUE value IS 65 (25.78% from 255) = 14.64%

R = 56.08%
G = 29.28%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F98241 (or 0xF98241) is known color: Flamenco. HEX triplet: F9, 82 and 41. RGB value is (249,130,65). Sum of RGB (Red+Green+Blue) = 249+130+65=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F98241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98241 is #067DBE. Grayscale: #9E9E9E. Windows color (decimal): -425407 or 4293369. OLE color: 4293369.

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

Color convert

RGB 249 130 65 -
CMYK 0 0.48 0.74 0.02
HSL 21.2º 0.94% 0.62% -
HSV(B) 21.2º 0.74% 0.98% -
XYZ 48 36.49 9.51 -
YUV 158.17 75.42 192.79 -
System Red Green Blue C M Y K H S L
Decimal 249 130 65 0 0.48 0.74 0.02 21.2 0.94 0.62
Hex F9 82 41 0 30 4A 2 15 5E 3E
Octal 371 202 101 0 60 112 2 25 136 76
Binary 11111001 10000010 1000001 0 110000 1001010 10 10101 1011110 111110

Color Harmonies of #F98241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98241

Black with #F98241

Text Example


Text Example

White with #F98241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98241; }

 p { color: rgb(249,130,65); }

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

background-color css

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

 a { background-color: rgb(249,130,65); }

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

border-color css

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

 span { border-color: rgb(249,130,65); }

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