Html Css Color HEX #F6D007 Tangerine Yellow

📋 copy color: '#F6D007'

red 246 ◦ green 208 ◦ blue 7

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

Shades of Tangerine Yellow #F6D007

Tints of Tangerine Yellow #F6D007

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.12%

 BLUE value IS 7 (3.13% from 255) = 1.52%

R = 53.36%
G = 45.12%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F6D007 (or 0xF6D007) is known color: Tangerine Yellow. HEX triplet: F6, D0 and 07. RGB value is (246,208,7). Sum of RGB (Red+Green+Blue) = 246+208+7=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 7 (3.12% from 255 or 1.52% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D007 is #092FF8. Grayscale: #C5C5C5. Windows color (decimal): -602105 or 512246. OLE color: 512246.

HSL color Cylindrical-coordinate representation of color #F6D007: hue angle of 50.46º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F6D007 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 208 7 -
CMYK 0 0.15 0.97 0.04
HSL 50.46º 0.94% 0.5% -
HSV(B) 50.46º 0.97% 0.96% -
XYZ 60.6 64.72 9.5 -
YUV 196.45 21.09 163.34 -
System Red Green Blue C M Y K H S L
Decimal 246 208 7 0 0.15 0.97 0.04 50.46 0.94 0.5
Hex F6 D0 7 0 F 61 4 32 5E 32
Octal 366 320 7 0 17 141 4 62 136 62
Binary 11110110 11010000 111 0 1111 1100001 100 110010 1011110 110010

Color Harmonies of #F6D007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D007

Black with #F6D007

Text Example


Text Example

White with #F6D007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D007; }

 p { color: rgb(246,208,7); }

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

background-color css

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

 a { background-color: rgb(246,208,7); }

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

border-color css

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

 span { border-color: rgb(246,208,7); }

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