Html Css Color HEX #F98242 Flamenco

📋 copy color: '#F98242'

red 249 ◦ green 130 ◦ blue 66

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

Shades of Flamenco #F98242

Tints of Flamenco #F98242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.83%

R = 55.96%
G = 29.21%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F98242 (or 0xF98242) is known color: Flamenco. HEX triplet: F9, 82 and 42. RGB value is (249,130,66). Sum of RGB (Red+Green+Blue) = 249+130+66=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F98242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98242 is #067DBD. Grayscale: #9E9E9E. Windows color (decimal): -425406 or 4358905. OLE color: 4358905.

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

Color convert

RGB 249 130 66 -
CMYK 0 0.48 0.73 0.02
HSL 20.98º 0.94% 0.62% -
HSV(B) 20.98º 0.73% 0.98% -
XYZ 48.03 36.5 9.67 -
YUV 158.29 75.92 192.7 -
System Red Green Blue C M Y K H S L
Decimal 249 130 66 0 0.48 0.73 0.02 20.98 0.94 0.62
Hex F9 82 42 0 30 49 2 15 5E 3E
Octal 371 202 102 0 60 111 2 25 136 76
Binary 11111001 10000010 1000010 0 110000 1001001 10 10101 1011110 111110

Color Harmonies of #F98242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98242

Black with #F98242

Text Example


Text Example

White with #F98242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98242; }

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

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

background-color css

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

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

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

border-color css

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

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

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