Html Css Color HEX #F68145 Flamenco

📋 copy color: '#F68145'

red 246 ◦ green 129 ◦ blue 69

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

Shades of Flamenco #F68145

Tints of Flamenco #F68145

RGB

 RED value IS 246 (96.48% from 255) = 55.41%

 GREEN value IS 129 (50.78% from 255) = 29.05%

 BLUE value IS 69 (27.34% from 255) = 15.54%

R = 55.41%
G = 29.05%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F68145 (or 0xF68145) is known color: Flamenco. HEX triplet: F6, 81 and 45. RGB value is (246,129,69). Sum of RGB (Red+Green+Blue) = 246+129+69=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F68145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68145 is #097EBA. Grayscale: #9D9D9D. Windows color (decimal): -622267 or 4555254. OLE color: 4555254.

HSL color Cylindrical-coordinate representation of color #F68145: hue angle of 20.34º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F68145 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 129 69 -
CMYK 0 0.48 0.72 0.04
HSL 20.34º 0.91% 0.62% -
HSV(B) 20.34º 0.72% 0.96% -
XYZ 46.93 35.72 10.05 -
YUV 157.14 78.26 191.38 -
System Red Green Blue C M Y K H S L
Decimal 246 129 69 0 0.48 0.72 0.04 20.34 0.91 0.62
Hex F6 81 45 0 30 48 4 14 5B 3E
Octal 366 201 105 0 60 110 4 24 133 76
Binary 11110110 10000001 1000101 0 110000 1001000 100 10100 1011011 111110

Color Harmonies of #F68145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68145

Black with #F68145

Text Example


Text Example

White with #F68145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68145; }

 p { color: rgb(246,129,69); }

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

background-color css

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

 a { background-color: rgb(246,129,69); }

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

border-color css

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

 span { border-color: rgb(246,129,69); }

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