Html Css Color HEX #FDD003 Tangerine Yellow

📋 copy color: '#FDD003'

red 253 ◦ green 208 ◦ blue 3

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

Shades of Tangerine Yellow #FDD003

Tints of Tangerine Yellow #FDD003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.65%

R = 54.53%
G = 44.83%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDD003 (or 0xFDD003) is known color: Tangerine Yellow. HEX triplet: FD, D0 and 03. RGB value is (253,208,3). Sum of RGB (Red+Green+Blue) = 253+208+3=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 3 (1.56% from 255 or 0.65% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD003 is #022FFC. Grayscale: #C6C6C6. Windows color (decimal): -143357 or 250109. OLE color: 250109.

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

Color convert

RGB 253 208 3 -
CMYK 0 0.18 0.99 0.01
HSL 49.2º 0.98% 0.5% -
HSV(B) 49.2º 0.99% 0.99% -
XYZ 63.08 66 9.5 -
YUV 198.09 17.91 167.17 -
System Red Green Blue C M Y K H S L
Decimal 253 208 3 0 0.18 0.99 0.01 49.2 0.98 0.5
Hex FD D0 3 0 12 63 1 31 62 32
Octal 375 320 3 0 22 143 1 61 142 62
Binary 11111101 11010000 11 0 10010 1100011 1 110001 1100010 110010

Color Harmonies of #FDD003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD003

Black with #FDD003

Text Example


Text Example

White with #FDD003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD003; }

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

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

background-color css

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

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

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

border-color css

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

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

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