Html Css Color HEX #F6CD0C Tangerine Yellow

📋 copy color: '#F6CD0C'

red 246 ◦ green 205 ◦ blue 12

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

Shades of Tangerine Yellow #F6CD0C

Tints of Tangerine Yellow #F6CD0C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.28%

 BLUE value IS 12 (5.08% from 255) = 2.59%

R = 53.13%
G = 44.28%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6CD0C (or 0xF6CD0C) is known color: Tangerine Yellow. HEX triplet: F6, CD and 0C. RGB value is (246,205,12). Sum of RGB (Red+Green+Blue) = 246+205+12=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6CD0C is #0932F3. Grayscale: #C4C4C4. Windows color (decimal): -602868 or 839158. OLE color: 839158.

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

Color convert

RGB 246 205 12 -
CMYK 0 0.17 0.95 0.04
HSL 49.49º 0.93% 0.51% -
HSV(B) 49.49º 0.95% 0.96% -
XYZ 59.9 63.28 9.41 -
YUV 195.26 24.58 164.19 -
System Red Green Blue C M Y K H S L
Decimal 246 205 12 0 0.17 0.95 0.04 49.49 0.93 0.51
Hex F6 CD C 0 11 5F 4 31 5D 33
Octal 366 315 14 0 21 137 4 61 135 63
Binary 11110110 11001101 1100 0 10001 1011111 100 110001 1011101 110011

Color Harmonies of #F6CD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CD0C

Black with #F6CD0C

Text Example


Text Example

White with #F6CD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CD0C; }

 p { color: rgb(246,205,12); }

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

background-color css

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

 a { background-color: rgb(246,205,12); }

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

border-color css

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

 span { border-color: rgb(246,205,12); }

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