Html Css Color HEX #FEC701 Tangerine Yellow

📋 copy color: '#FEC701'

red 254 ◦ green 199 ◦ blue 1

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

Shades of Tangerine Yellow #FEC701

Tints of Tangerine Yellow #FEC701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 55.95%
G = 43.83%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEC701 (or 0xFEC701) is known color: Tangerine Yellow. HEX triplet: FE, C7 and 01. RGB value is (254,199,1). Sum of RGB (Red+Green+Blue) = 254+199+1=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 1 (0.78% from 255 or 0.22% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC701 is #0138FE. Grayscale: #C1C1C1. Windows color (decimal): -80127 or 116734. OLE color: 116734.

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

Color convert

RGB 254 199 1 -
CMYK 0 0.22 1.00 0.00
HSL 46.96º 0.99% 0.5% -
HSV(B) 46.96º 1% 1% -
XYZ 61.3 61.92 8.75 -
YUV 192.87 19.72 171.6 -
System Red Green Blue C M Y K H S L
Decimal 254 199 1 0 0.22 1.00 0.00 46.96 0.99 0.5
Hex FE C7 1 0 16 64 0 2F 63 32
Octal 376 307 1 0 26 144 0 57 143 62
Binary 11111110 11000111 1 0 10110 1100100 0 101111 1100011 110010

Color Harmonies of #FEC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC701

Black with #FEC701

Text Example


Text Example

White with #FEC701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC701; }

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

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

background-color css

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

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

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

border-color css

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

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

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