Html Css Color HEX #FCCD02 Tangerine Yellow

📋 copy color: '#FCCD02'

red 252 ◦ green 205 ◦ blue 2

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

Shades of Tangerine Yellow #FCCD02

Tints of Tangerine Yellow #FCCD02

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.66%

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

R = 54.9%
G = 44.66%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCCD02 (or 0xFCCD02) is known color: Tangerine Yellow. HEX triplet: FC, CD and 02. RGB value is (252,205,2). Sum of RGB (Red+Green+Blue) = 252+205+2=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 2 (1.17% from 255 or 0.44% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCD02 is #0332FD. Grayscale: #C4C4C4. Windows color (decimal): -209662 or 183804. OLE color: 183804.

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

Color convert

RGB 252 205 2 -
CMYK 0 0.19 0.99 0.01
HSL 48.72º 0.98% 0.5% -
HSV(B) 48.72º 0.99% 0.99% -
XYZ 61.99 64.36 9.21 -
YUV 195.91 18.57 168.01 -
System Red Green Blue C M Y K H S L
Decimal 252 205 2 0 0.19 0.99 0.01 48.72 0.98 0.5
Hex FC CD 2 0 13 63 1 31 62 32
Octal 374 315 2 0 23 143 1 61 142 62
Binary 11111100 11001101 10 0 10011 1100011 1 110001 1100010 110010

Color Harmonies of #FCCD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD02

Black with #FCCD02

Text Example


Text Example

White with #FCCD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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