Html Css Color HEX #FDC80B Tangerine Yellow

📋 copy color: '#FDC80B'

red 253 ◦ green 200 ◦ blue 11

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

Shades of Tangerine Yellow #FDC80B

Tints of Tangerine Yellow #FDC80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.37%

R = 54.53%
G = 43.1%
B = 2.37%

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

#FDC80B (or 0xFDC80B) is known color: Tangerine Yellow. HEX triplet: FD, C8 and 0B. RGB value is (253,200,11). Sum of RGB (Red+Green+Blue) = 253+200+11=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 11 (4.69% from 255 or 2.37% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC80B is #0237F4. Grayscale: #C3C3C3. Windows color (decimal): -145397 or 772349. OLE color: 772349.

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

Color convert

RGB 253 200 11 -
CMYK 0 0.21 0.96 0.01
HSL 46.86º 0.98% 0.52% -
HSV(B) 46.86º 0.96% 0.99% -
XYZ 61.22 62.22 9.1 -
YUV 194.3 24.56 169.87 -
System Red Green Blue C M Y K H S L
Decimal 253 200 11 0 0.21 0.96 0.01 46.86 0.98 0.52
Hex FD C8 B 0 15 60 1 2F 62 34
Octal 375 310 13 0 25 140 1 57 142 64
Binary 11111101 11001000 1011 0 10101 1100000 1 101111 1100010 110100

Color Harmonies of #FDC80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC80B

Black with #FDC80B

Text Example


Text Example

White with #FDC80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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