Html Css Color HEX #FEC706 Tangerine Yellow

📋 copy color: '#FEC706'

red 254 ◦ green 199 ◦ blue 6

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

Shades of Tangerine Yellow #FEC706

Tints of Tangerine Yellow #FEC706

RGB

 RED value IS 254 (99.61% from 255) = 55.34%

 GREEN value IS 199 (78.13% from 255) = 43.36%

 BLUE value IS 6 (2.73% from 255) = 1.31%

R = 55.34%
G = 43.36%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEC706 (or 0xFEC706) is known color: Tangerine Yellow. HEX triplet: FE, C7 and 06. RGB value is (254,199,6). Sum of RGB (Red+Green+Blue) = 254+199+6=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 6 (2.73% from 255 or 1.31% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC706 is #0138F9. Grayscale: #C2C2C2. Windows color (decimal): -80122 or 444414. OLE color: 444414.

HSL color Cylindrical-coordinate representation of color #FEC706: hue angle of 46.69º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEC706 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 199 6 -
CMYK 0 0.22 0.98 0.00
HSL 46.69º 0.99% 0.51% -
HSV(B) 46.69º 0.98% 1% -
XYZ 61.33 61.93 8.89 -
YUV 193.44 22.22 171.19 -
System Red Green Blue C M Y K H S L
Decimal 254 199 6 0 0.22 0.98 0.00 46.69 0.99 0.51
Hex FE C7 6 0 16 62 0 2F 63 33
Octal 376 307 6 0 26 142 0 57 143 63
Binary 11111110 11000111 110 0 10110 1100010 0 101111 1100011 110011

Color Harmonies of #FEC706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC706

Black with #FEC706

Text Example


Text Example

White with #FEC706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC706; }

 p { color: rgb(254,199,6); }

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

background-color css

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

 a { background-color: rgb(254,199,6); }

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

border-color css

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

 span { border-color: rgb(254,199,6); }

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