Html Css Color HEX #FCCE12 Tangerine Yellow

📋 copy color: '#FCCE12'

red 252 ◦ green 206 ◦ blue 18

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

Shades of Tangerine Yellow #FCCE12

Tints of Tangerine Yellow #FCCE12

RGB

 RED value IS 252 (98.83% from 255) = 52.94%

 GREEN value IS 206 (80.86% from 255) = 43.28%

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

R = 52.94%
G = 43.28%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCCE12 (or 0xFCCE12) is known color: Tangerine Yellow. HEX triplet: FC, CE and 12. RGB value is (252,206,18). Sum of RGB (Red+Green+Blue) = 252+206+18=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 18 (7.42% from 255 or 3.78% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCE12 is #0331ED. Grayscale: #C7C7C7. Windows color (decimal): -209390 or 1232636. OLE color: 1232636.

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

Color convert

RGB 252 206 18 -
CMYK 0 0.18 0.93 0.01
HSL 48.21º 0.98% 0.53% -
HSV(B) 48.21º 0.93% 0.99% -
XYZ 62.33 64.88 9.81 -
YUV 198.32 26.24 166.29 -
System Red Green Blue C M Y K H S L
Decimal 252 206 18 0 0.18 0.93 0.01 48.21 0.98 0.53
Hex FC CE 12 0 12 5D 1 30 62 35
Octal 374 316 22 0 22 135 1 60 142 65
Binary 11111100 11001110 10010 0 10010 1011101 1 110000 1100010 110101

Color Harmonies of #FCCE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCE12

Black with #FCCE12

Text Example


Text Example

White with #FCCE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCE12; }

 p { color: rgb(252,206,18); }

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

background-color css

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

 a { background-color: rgb(252,206,18); }

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

border-color css

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

 span { border-color: rgb(252,206,18); }

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