Html Css Color HEX #FDD00A Tangerine Yellow

📋 copy color: '#FDD00A'

red 253 ◦ green 208 ◦ blue 10

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

Shades of Tangerine Yellow #FDD00A

Tints of Tangerine Yellow #FDD00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.12%

R = 53.72%
G = 44.16%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDD00A (or 0xFDD00A) is known color: Tangerine Yellow. HEX triplet: FD, D0 and 0A. RGB value is (253,208,10). Sum of RGB (Red+Green+Blue) = 253+208+10=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 10 (4.30% from 255 or 2.12% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD00A is #022FF5. Grayscale: #C7C7C7. Windows color (decimal): -143350 or 708861. OLE color: 708861.

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

Color convert

RGB 253 208 10 -
CMYK 0 0.18 0.96 0.01
HSL 48.89º 0.98% 0.52% -
HSV(B) 48.89º 0.96% 0.99% -
XYZ 63.12 66.02 9.7 -
YUV 198.88 21.41 166.6 -
System Red Green Blue C M Y K H S L
Decimal 253 208 10 0 0.18 0.96 0.01 48.89 0.98 0.52
Hex FD D0 A 0 12 60 1 31 62 34
Octal 375 320 12 0 22 140 1 61 142 64
Binary 11111101 11010000 1010 0 10010 1100000 1 110001 1100010 110100

Color Harmonies of #FDD00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD00A

Black with #FDD00A

Text Example


Text Example

White with #FDD00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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