Html Css Color HEX #FDCD06 Tangerine Yellow

📋 copy color: '#FDCD06'

red 253 ◦ green 205 ◦ blue 6

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

Shades of Tangerine Yellow #FDCD06

Tints of Tangerine Yellow #FDCD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.29%

R = 54.53%
G = 44.18%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDCD06 (or 0xFDCD06) is known color: Tangerine Yellow. HEX triplet: FD, CD and 06. RGB value is (253,205,6). Sum of RGB (Red+Green+Blue) = 253+205+6=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 6 (2.73% from 255 or 1.29% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCD06 is #0232F9. Grayscale: #C5C5C5. Windows color (decimal): -144122 or 445949. OLE color: 445949.

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

Color convert

RGB 253 205 6 -
CMYK 0 0.19 0.98 0.01
HSL 48.34º 0.98% 0.51% -
HSV(B) 48.34º 0.98% 0.99% -
XYZ 62.37 64.56 9.35 -
YUV 196.67 20.4 168.18 -
System Red Green Blue C M Y K H S L
Decimal 253 205 6 0 0.19 0.98 0.01 48.34 0.98 0.51
Hex FD CD 6 0 13 62 1 30 62 33
Octal 375 315 6 0 23 142 1 60 142 63
Binary 11111101 11001101 110 0 10011 1100010 1 110000 1100010 110011

Color Harmonies of #FDCD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD06

Black with #FDCD06

Text Example


Text Example

White with #FDCD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD06; }

 p { color: rgb(253,205,6); }

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

background-color css

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

 a { background-color: rgb(253,205,6); }

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

border-color css

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

 span { border-color: rgb(253,205,6); }

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