Html Css Color HEX #FDD008 Tangerine Yellow

📋 copy color: '#FDD008'

red 253 ◦ green 208 ◦ blue 8

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

Shades of Tangerine Yellow #FDD008

Tints of Tangerine Yellow #FDD008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.71%

R = 53.94%
G = 44.35%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDD008 (or 0xFDD008) is known color: Tangerine Yellow. HEX triplet: FD, D0 and 08. RGB value is (253,208,8). Sum of RGB (Red+Green+Blue) = 253+208+8=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 8 (3.52% from 255 or 1.71% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD008 is #022FF7. Grayscale: #C7C7C7. Windows color (decimal): -143352 or 577789. OLE color: 577789.

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

Color convert

RGB 253 208 8 -
CMYK 0 0.18 0.97 0.01
HSL 48.98º 0.98% 0.51% -
HSV(B) 48.98º 0.97% 0.99% -
XYZ 63.11 66.01 9.65 -
YUV 198.66 20.41 166.76 -
System Red Green Blue C M Y K H S L
Decimal 253 208 8 0 0.18 0.97 0.01 48.98 0.98 0.51
Hex FD D0 8 0 12 61 1 31 62 33
Octal 375 320 10 0 22 141 1 61 142 63
Binary 11111101 11010000 1000 0 10010 1100001 1 110001 1100010 110011

Color Harmonies of #FDD008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD008

Black with #FDD008

Text Example


Text Example

White with #FDD008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD008; }

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

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

background-color css

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

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

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

border-color css

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

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

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