Html Css Color HEX #FDCC05 Tangerine Yellow

📋 copy color: '#FDCC05'

red 253 ◦ green 204 ◦ blue 5

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

Shades of Tangerine Yellow #FDCC05

Tints of Tangerine Yellow #FDCC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 54.76%
G = 44.16%
B = 1.08%

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

#FDCC05 (or 0xFDCC05) is known color: Tangerine Yellow. HEX triplet: FD, CC and 05. RGB value is (253,204,5). Sum of RGB (Red+Green+Blue) = 253+204+5=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 5 (2.34% from 255 or 1.08% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCC05 is #0233FA. Grayscale: #C4C4C4. Windows color (decimal): -144379 or 380157. OLE color: 380157.

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

Color convert

RGB 253 204 5 -
CMYK 0 0.19 0.98 0.01
HSL 48.15º 0.98% 0.51% -
HSV(B) 48.15º 0.98% 0.99% -
XYZ 62.13 64.08 9.24 -
YUV 195.97 20.23 168.68 -
System Red Green Blue C M Y K H S L
Decimal 253 204 5 0 0.19 0.98 0.01 48.15 0.98 0.51
Hex FD CC 5 0 13 62 1 30 62 33
Octal 375 314 5 0 23 142 1 60 142 63
Binary 11111101 11001100 101 0 10011 1100010 1 110000 1100010 110011

Color Harmonies of #FDCC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC05

Black with #FDCC05

Text Example


Text Example

White with #FDCC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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