Html Css Color HEX #FEC90C Tangerine Yellow

📋 copy color: '#FEC90C'

red 254 ◦ green 201 ◦ blue 12

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

Shades of Tangerine Yellow #FEC90C

Tints of Tangerine Yellow #FEC90C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.04%

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

R = 54.39%
G = 43.04%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEC90C (or 0xFEC90C) is known color: Tangerine Yellow. HEX triplet: FE, C9 and 0C. RGB value is (254,201,12). Sum of RGB (Red+Green+Blue) = 254+201+12=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC90C is #0136F3. Grayscale: #C4C4C4. Windows color (decimal): -79604 or 838142. OLE color: 838142.

HSL color Cylindrical-coordinate representation of color #FEC90C: hue angle of 46.86º 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 #FEC90C is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 201 12 -
CMYK 0 0.21 0.95 0.00
HSL 46.86º 0.99% 0.52% -
HSV(B) 46.86º 0.95% 1% -
XYZ 61.83 62.87 9.22 -
YUV 195.3 24.56 169.87 -
System Red Green Blue C M Y K H S L
Decimal 254 201 12 0 0.21 0.95 0.00 46.86 0.99 0.52
Hex FE C9 C 0 15 5F 0 2F 63 34
Octal 376 311 14 0 25 137 0 57 143 64
Binary 11111110 11001001 1100 0 10101 1011111 0 101111 1100011 110100

Color Harmonies of #FEC90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC90C

Black with #FEC90C

Text Example


Text Example

White with #FEC90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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