Html Css Color HEX #FFD00D Tangerine Yellow

📋 copy color: '#FFD00D'

red 255 ◦ green 208 ◦ blue 13

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

Shades of Tangerine Yellow #FFD00D

Tints of Tangerine Yellow #FFD00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.73%

R = 53.57%
G = 43.7%
B = 2.73%

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

#FFD00D (or 0xFFD00D) is known color: Tangerine Yellow. HEX triplet: FF, D0 and 0D. RGB value is (255,208,13). Sum of RGB (Red+Green+Blue) = 255+208+13=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 13 (5.47% from 255 or 2.73% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD00D is #002FF2. Grayscale: #C8C8C8. Windows color (decimal): -12275 or 905471. OLE color: 905471.

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

Color convert

RGB 255 208 13 -
CMYK 0 0.18 0.95 0
HSL 48.35º 1% 0.53% -
HSV(B) 48.35º 0.95% 1% -
XYZ 63.87 66.4 9.83 -
YUV 199.82 22.57 167.36 -
System Red Green Blue C M Y K H S L
Decimal 255 208 13 0 0.18 0.95 0 48.35 1 0.53
Hex FF D0 D 0 12 5F 0 30 64 35
Octal 377 320 15 0 22 137 0 60 144 65
Binary 11111111 11010000 1101 0 10010 1011111 0 110000 1100100 110101

Color Harmonies of #FFD00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD00D

Black with #FFD00D

Text Example


Text Example

White with #FFD00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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