Html Css Color HEX #F6B413 Dark Tangerine

📋 copy color: '#F6B413'

red 246 ◦ green 180 ◦ blue 19

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

Shades of Dark Tangerine #F6B413

Tints of Dark Tangerine #F6B413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.45%

 BLUE value IS 19 (7.81% from 255) = 4.27%

R = 55.28%
G = 40.45%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F6B413 (or 0xF6B413) is known color: Dark Tangerine. HEX triplet: F6, B4 and 13. RGB value is (246,180,19). Sum of RGB (Red+Green+Blue) = 246+180+19=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 19 (7.81% from 255 or 4.27% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6B413 is #094BEC. Grayscale: #B6B6B6. Windows color (decimal): -609261 or 1291510. OLE color: 1291510.

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

Color convert

RGB 246 180 19 -
CMYK 0 0.27 0.92 0.04
HSL 42.56º 0.93% 0.52% -
HSV(B) 42.56º 0.92% 0.96% -
XYZ 54.44 52.28 7.84 -
YUV 181.38 36.37 174.09 -
System Red Green Blue C M Y K H S L
Decimal 246 180 19 0 0.27 0.92 0.04 42.56 0.93 0.52
Hex F6 B4 13 0 1B 5C 4 2B 5D 34
Octal 366 264 23 0 33 134 4 53 135 64
Binary 11110110 10110100 10011 0 11011 1011100 100 101011 1011101 110100

Color Harmonies of #F6B413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B413

Black with #F6B413

Text Example


Text Example

White with #F6B413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B413; }

 p { color: rgb(246,180,19); }

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

background-color css

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

 a { background-color: rgb(246,180,19); }

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

border-color css

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

 span { border-color: rgb(246,180,19); }

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