Html Css Color HEX #F6CB0C Tangerine Yellow

📋 copy color: '#F6CB0C'

red 246 ◦ green 203 ◦ blue 12

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

Shades of Tangerine Yellow #F6CB0C

Tints of Tangerine Yellow #F6CB0C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.03%

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

R = 53.36%
G = 44.03%
B = 2.6%

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

#F6CB0C (or 0xF6CB0C) is known color: Tangerine Yellow. HEX triplet: F6, CB and 0C. RGB value is (246,203,12). Sum of RGB (Red+Green+Blue) = 246+203+12=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 12 (5.08% from 255 or 2.60% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6CB0C is #0934F3. Grayscale: #C2C2C2. Windows color (decimal): -603380 or 838646. OLE color: 838646.

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

Color convert

RGB 246 203 12 -
CMYK 0 0.17 0.95 0.04
HSL 48.97º 0.93% 0.51% -
HSV(B) 48.97º 0.95% 0.96% -
XYZ 59.43 62.33 9.25 -
YUV 194.08 25.25 165.03 -
System Red Green Blue C M Y K H S L
Decimal 246 203 12 0 0.17 0.95 0.04 48.97 0.93 0.51
Hex F6 CB C 0 11 5F 4 31 5D 33
Octal 366 313 14 0 21 137 4 61 135 63
Binary 11110110 11001011 1100 0 10001 1011111 100 110001 1011101 110011

Color Harmonies of #F6CB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CB0C

Black with #F6CB0C

Text Example


Text Example

White with #F6CB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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