Html Css Color HEX #FFD00C Tangerine Yellow

📋 copy color: '#FFD00C'

red 255 ◦ green 208 ◦ blue 12

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

Shades of Tangerine Yellow #FFD00C

Tints of Tangerine Yellow #FFD00C

RGB

 RED value IS 255 (100% from 255) = 53.68%

 GREEN value IS 208 (81.64% from 255) = 43.79%

 BLUE value IS 12 (5.08% from 255) = 2.53%

R = 53.68%
G = 43.79%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFD00C (or 0xFFD00C) is known color: Tangerine Yellow. HEX triplet: FF, D0 and 0C. RGB value is (255,208,12). Sum of RGB (Red+Green+Blue) = 255+208+12=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 12 (5.08% from 255 or 2.53% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD00C is #002FF3. Grayscale: #C8C8C8. Windows color (decimal): -12276 or 839935. OLE color: 839935.

HSL color Cylindrical-coordinate representation of color #FFD00C: hue angle of 48.4º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFD00C is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 208 12 -
CMYK 0 0.18 0.95 0
HSL 48.4º 1% 0.52% -
HSV(B) 48.4º 0.95% 1% -
XYZ 63.86 66.4 9.8 -
YUV 199.71 22.07 167.44 -
System Red Green Blue C M Y K H S L
Decimal 255 208 12 0 0.18 0.95 0 48.4 1 0.52
Hex FF D0 C 0 12 5F 0 30 64 34
Octal 377 320 14 0 22 137 0 60 144 64
Binary 11111111 11010000 1100 0 10010 1011111 0 110000 1100100 110100

Color Harmonies of #FFD00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD00C

Black with #FFD00C

Text Example


Text Example

White with #FFD00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD00C; }

 p { color: rgb(255,208,12); }

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

background-color css

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

 a { background-color: rgb(255,208,12); }

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

border-color css

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

 span { border-color: rgb(255,208,12); }

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