Html Css Color HEX #FDCC01 Tangerine Yellow

📋 copy color: '#FDCC01'

red 253 ◦ green 204 ◦ blue 1

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

Shades of Tangerine Yellow #FDCC01

Tints of Tangerine Yellow #FDCC01

RGB

 RED value IS 253 (99.22% from 255) = 55.24%

 GREEN value IS 204 (80.08% from 255) = 44.54%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 55.24%
G = 44.54%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDCC01 (or 0xFDCC01) is known color: Tangerine Yellow. HEX triplet: FD, CC and 01. RGB value is (253,204,1). Sum of RGB (Red+Green+Blue) = 253+204+1=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 1 (0.78% from 255 or 0.22% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCC01 is #0233FE. Grayscale: #C4C4C4. Windows color (decimal): -144383 or 118013. OLE color: 118013.

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

Color convert

RGB 253 204 1 -
CMYK 0 0.19 1.00 0.01
HSL 48.33º 0.99% 0.5% -
HSV(B) 48.33º 1% 0.99% -
XYZ 62.11 64.07 9.12 -
YUV 195.51 18.23 169.01 -
System Red Green Blue C M Y K H S L
Decimal 253 204 1 0 0.19 1.00 0.01 48.33 0.99 0.5
Hex FD CC 1 0 13 64 1 30 63 32
Octal 375 314 1 0 23 144 1 60 143 62
Binary 11111101 11001100 1 0 10011 1100100 1 110000 1100011 110010

Color Harmonies of #FDCC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC01

Black with #FDCC01

Text Example


Text Example

White with #FDCC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC01; }

 p { color: rgb(253,204,1); }

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

background-color css

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

 a { background-color: rgb(253,204,1); }

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

border-color css

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

 span { border-color: rgb(253,204,1); }

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