Html Css Color HEX #FDC90A Tangerine Yellow

📋 copy color: '#FDC90A'

red 253 ◦ green 201 ◦ blue 10

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

Shades of Tangerine Yellow #FDC90A

Tints of Tangerine Yellow #FDC90A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.32%

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

R = 54.53%
G = 43.32%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDC90A (or 0xFDC90A) is known color: Tangerine Yellow. HEX triplet: FD, C9 and 0A. RGB value is (253,201,10). Sum of RGB (Red+Green+Blue) = 253+201+10=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC90A is #0236F5. Grayscale: #C3C3C3. Windows color (decimal): -145142 or 707069. OLE color: 707069.

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

Color convert

RGB 253 201 10 -
CMYK 0 0.21 0.96 0.01
HSL 47.16º 0.98% 0.52% -
HSV(B) 47.16º 0.96% 0.99% -
XYZ 61.45 62.68 9.15 -
YUV 194.77 23.73 169.53 -
System Red Green Blue C M Y K H S L
Decimal 253 201 10 0 0.21 0.96 0.01 47.16 0.98 0.52
Hex FD C9 A 0 15 60 1 2F 62 34
Octal 375 311 12 0 25 140 1 57 142 64
Binary 11111101 11001001 1010 0 10101 1100000 1 101111 1100010 110100

Color Harmonies of #FDC90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC90A

Black with #FDC90A

Text Example


Text Example

White with #FDC90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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