Html Css Color HEX #FDCC0F Tangerine Yellow

📋 copy color: '#FDCC0F'

red 253 ◦ green 204 ◦ blue 15

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

Shades of Tangerine Yellow #FDCC0F

Tints of Tangerine Yellow #FDCC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.18%

R = 53.6%
G = 43.22%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDCC0F (or 0xFDCC0F) is known color: Tangerine Yellow. HEX triplet: FD, CC and 0F. RGB value is (253,204,15). Sum of RGB (Red+Green+Blue) = 253+204+15=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 15 (6.25% from 255 or 3.18% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCC0F is #0233F0. Grayscale: #C5C5C5. Windows color (decimal): -144369 or 1035517. OLE color: 1035517.

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

Color convert

RGB 253 204 15 -
CMYK 0 0.19 0.94 0.01
HSL 47.65º 0.98% 0.53% -
HSV(B) 47.65º 0.94% 0.99% -
XYZ 62.19 64.1 9.55 -
YUV 197.11 25.23 167.87 -
System Red Green Blue C M Y K H S L
Decimal 253 204 15 0 0.19 0.94 0.01 47.65 0.98 0.53
Hex FD CC F 0 13 5E 1 30 62 35
Octal 375 314 17 0 23 136 1 60 142 65
Binary 11111101 11001100 1111 0 10011 1011110 1 110000 1100010 110101

Color Harmonies of #FDCC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC0F

Black with #FDCC0F

Text Example


Text Example

White with #FDCC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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