Html Css Color HEX #FECF12 Tangerine Yellow

📋 copy color: '#FECF12'

red 254 ◦ green 207 ◦ blue 18

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

Shades of Tangerine Yellow #FECF12

Tints of Tangerine Yellow #FECF12

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.22%

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

R = 53.03%
G = 43.22%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FECF12 (or 0xFECF12) is known color: Tangerine Yellow. HEX triplet: FE, CF and 12. RGB value is (254,207,18). Sum of RGB (Red+Green+Blue) = 254+207+18=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 18 (7.42% from 255 or 3.76% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECF12 is #0130ED. Grayscale: #C8C8C8. Windows color (decimal): -78062 or 1232894. OLE color: 1232894.

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

Color convert

RGB 254 207 18 -
CMYK 0 0.19 0.93 0.00
HSL 48.05º 0.99% 0.53% -
HSV(B) 48.05º 0.93% 1% -
XYZ 63.3 65.74 9.93 -
YUV 199.51 25.57 166.87 -
System Red Green Blue C M Y K H S L
Decimal 254 207 18 0 0.19 0.93 0.00 48.05 0.99 0.53
Hex FE CF 12 0 13 5D 0 30 63 35
Octal 376 317 22 0 23 135 0 60 143 65
Binary 11111110 11001111 10010 0 10011 1011101 0 110000 1100011 110101

Color Harmonies of #FECF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF12

Black with #FECF12

Text Example


Text Example

White with #FECF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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