Html Css Color HEX #F6CC0D Tangerine Yellow

📋 copy color: '#F6CC0D'

red 246 ◦ green 204 ◦ blue 13

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

Shades of Tangerine Yellow #F6CC0D

Tints of Tangerine Yellow #F6CC0D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.06%

 BLUE value IS 13 (5.47% from 255) = 2.81%

R = 53.13%
G = 44.06%
B = 2.81%

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

#F6CC0D (or 0xF6CC0D) is known color: Tangerine Yellow. HEX triplet: F6, CC and 0D. RGB value is (246,204,13). Sum of RGB (Red+Green+Blue) = 246+204+13=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6CC0D is #0933F2. Grayscale: #C3C3C3. Windows color (decimal): -603123 or 904438. OLE color: 904438.

HSL color Cylindrical-coordinate representation of color #F6CC0D: hue angle of 49.18º 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 #F6CC0D is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 204 13 -
CMYK 0 0.17 0.95 0.04
HSL 49.18º 0.93% 0.51% -
HSV(B) 49.18º 0.95% 0.96% -
XYZ 59.67 62.81 9.36 -
YUV 194.78 25.41 164.53 -
System Red Green Blue C M Y K H S L
Decimal 246 204 13 0 0.17 0.95 0.04 49.18 0.93 0.51
Hex F6 CC D 0 11 5F 4 31 5D 33
Octal 366 314 15 0 21 137 4 61 135 63
Binary 11110110 11001100 1101 0 10001 1011111 100 110001 1011101 110011

Color Harmonies of #F6CC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CC0D

Black with #F6CC0D

Text Example


Text Example

White with #F6CC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CC0D; }

 p { color: rgb(246,204,13); }

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

background-color css

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

 a { background-color: rgb(246,204,13); }

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

border-color css

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

 span { border-color: rgb(246,204,13); }

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