Html Css Color HEX #F48242 Flamenco

📋 copy color: '#F48242'

red 244 ◦ green 130 ◦ blue 66

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

Shades of Flamenco #F48242

Tints of Flamenco #F48242

RGB

 RED value IS 244 (95.7% from 255) = 55.45%

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

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

R = 55.45%
G = 29.55%
B = 15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F48242 (or 0xF48242) is known color: Flamenco. HEX triplet: F4, 82 and 42. RGB value is (244,130,66). Sum of RGB (Red+Green+Blue) = 244+130+66=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F48242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48242 is #0B7DBD. Grayscale: #9D9D9D. Windows color (decimal): -753086 or 4358900. OLE color: 4358900.

HSL color Cylindrical-coordinate representation of color #F48242: hue angle of 21.57º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F48242 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 130 66 -
CMYK 0 0.47 0.73 0.04
HSL 21.57º 0.89% 0.61% -
HSV(B) 21.57º 0.73% 0.96% -
XYZ 46.27 35.59 9.59 -
YUV 156.79 76.77 190.2 -
System Red Green Blue C M Y K H S L
Decimal 244 130 66 0 0.47 0.73 0.04 21.57 0.89 0.61
Hex F4 82 42 0 2F 49 4 16 59 3D
Octal 364 202 102 0 57 111 4 26 131 75
Binary 11110100 10000010 1000010 0 101111 1001001 100 10110 1011001 111101

Color Harmonies of #F48242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48242

Black with #F48242

Text Example


Text Example

White with #F48242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48242; }

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

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

background-color css

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

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

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

border-color css

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

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

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