Html Css Color HEX #FED012 Tangerine Yellow

📋 copy color: '#FED012'

red 254 ◦ green 208 ◦ blue 18

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

Shades of Tangerine Yellow #FED012

Tints of Tangerine Yellow #FED012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.75%

R = 52.92%
G = 43.33%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FED012 (or 0xFED012) is known color: Tangerine Yellow. HEX triplet: FE, D0 and 12. RGB value is (254,208,18). Sum of RGB (Red+Green+Blue) = 254+208+18=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 18 (7.42% from 255 or 3.75% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FED012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED012 is #012FED. Grayscale: #C8C8C8. Windows color (decimal): -77806 or 1233150. OLE color: 1233150.

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

Color convert

RGB 254 208 18 -
CMYK 0 0.18 0.93 0.00
HSL 48.31º 0.99% 0.53% -
HSV(B) 48.31º 0.93% 1% -
XYZ 63.54 66.23 10.01 -
YUV 200.09 25.24 166.45 -
System Red Green Blue C M Y K H S L
Decimal 254 208 18 0 0.18 0.93 0.00 48.31 0.99 0.53
Hex FE D0 12 0 12 5D 0 30 63 35
Octal 376 320 22 0 22 135 0 60 143 65
Binary 11111110 11010000 10010 0 10010 1011101 0 110000 1100011 110101

Color Harmonies of #FED012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED012

Black with #FED012

Text Example


Text Example

White with #FED012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED012; }

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

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

background-color css

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

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

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

border-color css

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

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

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