Html Css Color HEX #FDC80F Tangerine Yellow

📋 copy color: '#FDC80F'

red 253 ◦ green 200 ◦ blue 15

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

Shades of Tangerine Yellow #FDC80F

Tints of Tangerine Yellow #FDC80F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.74%

 BLUE value IS 15 (6.25% from 255) = 3.21%

R = 54.06%
G = 42.74%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDC80F (or 0xFDC80F) is known color: Tangerine Yellow. HEX triplet: FD, C8 and 0F. RGB value is (253,200,15). Sum of RGB (Red+Green+Blue) = 253+200+15=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 15 (6.25% from 255 or 3.21% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC80F is #0237F0. Grayscale: #C3C3C3. Windows color (decimal): -145393 or 1034493. OLE color: 1034493.

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

Color convert

RGB 253 200 15 -
CMYK 0 0.21 0.94 0.01
HSL 46.64º 0.98% 0.53% -
HSV(B) 46.64º 0.94% 0.99% -
XYZ 61.25 62.23 9.23 -
YUV 194.76 26.56 169.54 -
System Red Green Blue C M Y K H S L
Decimal 253 200 15 0 0.21 0.94 0.01 46.64 0.98 0.53
Hex FD C8 F 0 15 5E 1 2F 62 35
Octal 375 310 17 0 25 136 1 57 142 65
Binary 11111101 11001000 1111 0 10101 1011110 1 101111 1100010 110101

Color Harmonies of #FDC80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC80F

Black with #FDC80F

Text Example


Text Example

White with #FDC80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC80F; }

 p { color: rgb(253,200,15); }

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

background-color css

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

 a { background-color: rgb(253,200,15); }

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

border-color css

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

 span { border-color: rgb(253,200,15); }

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