Html Css Color HEX #FCCE02 Tangerine Yellow

📋 copy color: '#FCCE02'

red 252 ◦ green 206 ◦ blue 2

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

Shades of Tangerine Yellow #FCCE02

Tints of Tangerine Yellow #FCCE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 54.78%
G = 44.78%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCCE02 (or 0xFCCE02) is known color: Tangerine Yellow. HEX triplet: FC, CE and 02. RGB value is (252,206,2). Sum of RGB (Red+Green+Blue) = 252+206+2=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 2 (1.17% from 255 or 0.43% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCE02 is #0331FD. Grayscale: #C5C5C5. Windows color (decimal): -209406 or 184060. OLE color: 184060.

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

Color convert

RGB 252 206 2 -
CMYK 0 0.18 0.99 0.01
HSL 48.96º 0.98% 0.5% -
HSV(B) 48.96º 0.99% 0.99% -
XYZ 62.23 64.84 9.29 -
YUV 196.5 18.24 167.59 -
System Red Green Blue C M Y K H S L
Decimal 252 206 2 0 0.18 0.99 0.01 48.96 0.98 0.5
Hex FC CE 2 0 12 63 1 31 62 32
Octal 374 316 2 0 22 143 1 61 142 62
Binary 11111100 11001110 10 0 10010 1100011 1 110001 1100010 110010

Color Harmonies of #FCCE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCE02

Black with #FCCE02

Text Example


Text Example

White with #FCCE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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