Html Css Color HEX #FED00C Tangerine Yellow

📋 copy color: '#FED00C'

red 254 ◦ green 208 ◦ blue 12

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

Shades of Tangerine Yellow #FED00C

Tints of Tangerine Yellow #FED00C

RGB

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

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

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

R = 53.59%
G = 43.88%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FED00C (or 0xFED00C) is known color: Tangerine Yellow. HEX triplet: FE, D0 and 0C. RGB value is (254,208,12). Sum of RGB (Red+Green+Blue) = 254+208+12=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 12 (5.08% from 255 or 2.53% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FED00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED00C is #012FF3. Grayscale: #C8C8C8. Windows color (decimal): -77812 or 839934. OLE color: 839934.

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

Color convert

RGB 254 208 12 -
CMYK 0 0.18 0.95 0.00
HSL 48.6º 0.99% 0.52% -
HSV(B) 48.6º 0.95% 1% -
XYZ 63.5 66.21 9.78 -
YUV 199.41 22.24 166.94 -
System Red Green Blue C M Y K H S L
Decimal 254 208 12 0 0.18 0.95 0.00 48.6 0.99 0.52
Hex FE D0 C 0 12 5F 0 31 63 34
Octal 376 320 14 0 22 137 0 61 143 64
Binary 11111110 11010000 1100 0 10010 1011111 0 110001 1100011 110100

Color Harmonies of #FED00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED00C

Black with #FED00C

Text Example


Text Example

White with #FED00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED00C; }

 p { color: rgb(254,208,12); }

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

background-color css

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

 a { background-color: rgb(254,208,12); }

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

border-color css

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

 span { border-color: rgb(254,208,12); }

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