Html Css Color HEX #F28946 Flamenco

📋 copy color: '#F28946'

red 242 ◦ green 137 ◦ blue 70

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

Shades of Flamenco #F28946

Tints of Flamenco #F28946

RGB

 RED value IS 242 (94.92% from 255) = 53.9%

 GREEN value IS 137 (53.91% from 255) = 30.51%

 BLUE value IS 70 (27.73% from 255) = 15.59%

R = 53.9%
G = 30.51%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F28946 (or 0xF28946) is known color: Flamenco. HEX triplet: F2, 89 and 46. RGB value is (242,137,70). Sum of RGB (Red+Green+Blue) = 242+137+70=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F28946 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28946 is #0D76B9. Grayscale: #A1A1A1. Windows color (decimal): -882362 or 4622834. OLE color: 4622834.

HSL color Cylindrical-coordinate representation of color #F28946: hue angle of 23.37º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F28946 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 137 70 -
CMYK 0 0.43 0.71 0.05
HSL 23.37º 0.87% 0.61% -
HSV(B) 23.37º 0.71% 0.95% -
XYZ 46.67 37.21 10.52 -
YUV 160.76 76.79 185.95 -
System Red Green Blue C M Y K H S L
Decimal 242 137 70 0 0.43 0.71 0.05 23.37 0.87 0.61
Hex F2 89 46 0 2B 47 5 17 57 3D
Octal 362 211 106 0 53 107 5 27 127 75
Binary 11110010 10001001 1000110 0 101011 1000111 101 10111 1010111 111101

Color Harmonies of #F28946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28946

Black with #F28946

Text Example


Text Example

White with #F28946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28946; }

 p { color: rgb(242,137,70); }

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

background-color css

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

 a { background-color: rgb(242,137,70); }

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

border-color css

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

 span { border-color: rgb(242,137,70); }

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