Html Css Color HEX #FDD007 Tangerine Yellow

📋 copy color: '#FDD007'

red 253 ◦ green 208 ◦ blue 7

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

Shades of Tangerine Yellow #FDD007

Tints of Tangerine Yellow #FDD007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.5%

R = 54.06%
G = 44.44%
B = 1.5%

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

#FDD007 (or 0xFDD007) is known color: Tangerine Yellow. HEX triplet: FD, D0 and 07. RGB value is (253,208,7). Sum of RGB (Red+Green+Blue) = 253+208+7=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 7 (3.12% from 255 or 1.50% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD007 is #022FF8. Grayscale: #C7C7C7. Windows color (decimal): -143353 or 512253. OLE color: 512253.

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

Color convert

RGB 253 208 7 -
CMYK 0 0.18 0.97 0.01
HSL 49.02º 0.98% 0.51% -
HSV(B) 49.02º 0.97% 0.99% -
XYZ 63.1 66.01 9.62 -
YUV 198.54 19.91 166.84 -
System Red Green Blue C M Y K H S L
Decimal 253 208 7 0 0.18 0.97 0.01 49.02 0.98 0.51
Hex FD D0 7 0 12 61 1 31 62 33
Octal 375 320 7 0 22 141 1 61 142 63
Binary 11111101 11010000 111 0 10010 1100001 1 110001 1100010 110011

Color Harmonies of #FDD007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD007

Black with #FDD007

Text Example


Text Example

White with #FDD007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD007; }

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

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

background-color css

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

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

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

border-color css

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

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

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