Html Css Color HEX #F6833C Flamenco

📋 copy color: '#F6833C'

red 246 ◦ green 131 ◦ blue 60

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

Shades of Flamenco #F6833C

Tints of Flamenco #F6833C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.98%

 BLUE value IS 60 (23.83% from 255) = 13.73%

R = 56.29%
G = 29.98%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F6833C (or 0xF6833C) is known color: Flamenco. HEX triplet: F6, 83 and 3C. RGB value is (246,131,60). Sum of RGB (Red+Green+Blue) = 246+131+60=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F6833C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6833C is #097CC3. Grayscale: #9D9D9D. Windows color (decimal): -621764 or 3965942. OLE color: 3965942.

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

Color convert

RGB 246 131 60 -
CMYK 0 0.47 0.76 0.04
HSL 22.9º 0.91% 0.6% -
HSV(B) 22.9º 0.76% 0.96% -
XYZ 46.94 36.15 8.78 -
YUV 157.29 73.1 191.27 -
System Red Green Blue C M Y K H S L
Decimal 246 131 60 0 0.47 0.76 0.04 22.9 0.91 0.6
Hex F6 83 3C 0 2F 4C 4 17 5B 3C
Octal 366 203 74 0 57 114 4 27 133 74
Binary 11110110 10000011 111100 0 101111 1001100 100 10111 1011011 111100

Color Harmonies of #F6833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6833C

Black with #F6833C

Text Example


Text Example

White with #F6833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6833C; }

 p { color: rgb(246,131,60); }

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

background-color css

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

 a { background-color: rgb(246,131,60); }

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

border-color css

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

 span { border-color: rgb(246,131,60); }

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