Html Css Color HEX #FDD001 Tangerine Yellow

📋 copy color: '#FDD001'

red 253 ◦ green 208 ◦ blue 1

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

Shades of Tangerine Yellow #FDD001

Tints of Tangerine Yellow #FDD001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 54.76%
G = 45.02%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDD001 (or 0xFDD001) is known color: Tangerine Yellow. HEX triplet: FD, D0 and 01. RGB value is (253,208,1). Sum of RGB (Red+Green+Blue) = 253+208+1=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 1 (0.78% from 255 or 0.22% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD001 is #022FFE. Grayscale: #C6C6C6. Windows color (decimal): -143359 or 119037. OLE color: 119037.

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

Color convert

RGB 253 208 1 -
CMYK 0 0.18 1.00 0.01
HSL 49.29º 0.99% 0.5% -
HSV(B) 49.29º 1% 0.99% -
XYZ 63.07 66 9.44 -
YUV 197.86 16.91 167.33 -
System Red Green Blue C M Y K H S L
Decimal 253 208 1 0 0.18 1.00 0.01 49.29 0.99 0.5
Hex FD D0 1 0 12 64 1 31 63 32
Octal 375 320 1 0 22 144 1 61 143 62
Binary 11111101 11010000 1 0 10010 1100100 1 110001 1100011 110010

Color Harmonies of #FDD001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD001

Black with #FDD001

Text Example


Text Example

White with #FDD001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD001; }

 p { color: rgb(253,208,1); }

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

background-color css

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

 a { background-color: rgb(253,208,1); }

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

border-color css

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

 span { border-color: rgb(253,208,1); }

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