Html Css Color HEX #FDD101 Tangerine Yellow

📋 copy color: '#FDD101'

red 253 ◦ green 209 ◦ blue 1

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

Shades of Tangerine Yellow #FDD101

Tints of Tangerine Yellow #FDD101

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.14%

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

R = 54.64%
G = 45.14%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDD101 (or 0xFDD101) is known color: Tangerine Yellow. HEX triplet: FD, D1 and 01. RGB value is (253,209,1). Sum of RGB (Red+Green+Blue) = 253+209+1=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 1 (0.78% from 255 or 0.22% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD101 is #022EFE. Grayscale: #C7C7C7. Windows color (decimal): -143103 or 119293. OLE color: 119293.

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

Color convert

RGB 253 209 1 -
CMYK 0 0.17 1.00 0.01
HSL 49.52º 0.99% 0.5% -
HSV(B) 49.52º 1% 0.99% -
XYZ 63.31 66.49 9.52 -
YUV 198.44 16.58 166.91 -
System Red Green Blue C M Y K H S L
Decimal 253 209 1 0 0.17 1.00 0.01 49.52 0.99 0.5
Hex FD D1 1 0 11 64 1 32 63 32
Octal 375 321 1 0 21 144 1 62 143 62
Binary 11111101 11010001 1 0 10001 1100100 1 110010 1100011 110010

Color Harmonies of #FDD101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD101

Black with #FDD101

Text Example


Text Example

White with #FDD101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD101; }

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

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

background-color css

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

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

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

border-color css

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

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

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