Html Css Color HEX #FDF80D Yellow

📋 copy color: '#FDF80D'

red 253 ◦ green 248 ◦ blue 13

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

Shades of Yellow #FDF80D

Tints of Yellow #FDF80D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.25%

 BLUE value IS 13 (5.47% from 255) = 2.53%

R = 49.22%
G = 48.25%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDF80D (or 0xFDF80D) is known color: Yellow. HEX triplet: FD, F8 and 0D. RGB value is (253,248,13). Sum of RGB (Red+Green+Blue) = 253+248+13=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 13 (5.47% from 255 or 2.53% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF80D is #0207F2. Grayscale: #DFDFDF. Windows color (decimal): -133107 or 915709. OLE color: 915709.

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

Color convert

RGB 253 248 13 -
CMYK 0 0.02 0.95 0.01
HSL 58.75º 0.98% 0.52% -
HSV(B) 58.75º 0.95% 0.99% -
XYZ 74.15 88.05 13.47 -
YUV 222.71 9.66 149.61 -
System Red Green Blue C M Y K H S L
Decimal 253 248 13 0 0.02 0.95 0.01 58.75 0.98 0.52
Hex FD F8 D 0 2 5F 1 3B 62 34
Octal 375 370 15 0 2 137 1 73 142 64
Binary 11111101 11111000 1101 0 10 1011111 1 111011 1100010 110100

Color Harmonies of #FDF80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF80D

Black with #FDF80D

Text Example


Text Example

White with #FDF80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF80D; }

 p { color: rgb(253,248,13); }

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

background-color css

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

 a { background-color: rgb(253,248,13); }

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

border-color css

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

 span { border-color: rgb(253,248,13); }

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