Html Css Color HEX #F6A812 Dark Tangerine

📋 copy color: '#F6A812'

red 246 ◦ green 168 ◦ blue 18

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

Shades of Dark Tangerine #F6A812

Tints of Dark Tangerine #F6A812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.89%

 BLUE value IS 18 (7.42% from 255) = 4.17%

R = 56.94%
G = 38.89%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F6A812 (or 0xF6A812) is known color: Dark Tangerine. HEX triplet: F6, A8 and 12. RGB value is (246,168,18). Sum of RGB (Red+Green+Blue) = 246+168+18=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A812 is #0957ED. Grayscale: #AEAEAE. Windows color (decimal): -612334 or 1222902. OLE color: 1222902.

HSL color Cylindrical-coordinate representation of color #F6A812: hue angle of 39.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6A812 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 168 18 -
CMYK 0 0.32 0.93 0.04
HSL 39.47º 0.93% 0.52% -
HSV(B) 39.47º 0.93% 0.96% -
XYZ 52.12 47.64 7.02 -
YUV 174.22 39.84 179.2 -
System Red Green Blue C M Y K H S L
Decimal 246 168 18 0 0.32 0.93 0.04 39.47 0.93 0.52
Hex F6 A8 12 0 20 5D 4 27 5D 34
Octal 366 250 22 0 40 135 4 47 135 64
Binary 11110110 10101000 10010 0 100000 1011101 100 100111 1011101 110100

Color Harmonies of #F6A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A812

Black with #F6A812

Text Example


Text Example

White with #F6A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A812; }

 p { color: rgb(246,168,18); }

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

background-color css

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

 a { background-color: rgb(246,168,18); }

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

border-color css

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

 span { border-color: rgb(246,168,18); }

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