Html Css Color HEX #FDFC0F Yellow

📋 copy color: '#FDFC0F'

red 253 ◦ green 252 ◦ blue 15

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

Shades of Yellow #FDFC0F

Tints of Yellow #FDFC0F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.46%

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

R = 48.65%
G = 48.46%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDFC0F (or 0xFDFC0F) is known color: Yellow. HEX triplet: FD, FC and 0F. RGB value is (253,252,15). Sum of RGB (Red+Green+Blue) = 253+252+15=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 15 (6.25% from 255 or 2.88% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFC0F is #0203F0. Grayscale: #E2E2E2. Windows color (decimal): -132081 or 1047805. OLE color: 1047805.

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

Color convert

RGB 253 252 15 -
CMYK 0 0.00 0.94 0.01
HSL 59.75º 0.98% 0.53% -
HSV(B) 59.75º 0.94% 0.99% -
XYZ 75.4 90.54 13.95 -
YUV 225.28 9.33 147.77 -
System Red Green Blue C M Y K H S L
Decimal 253 252 15 0 0.00 0.94 0.01 59.75 0.98 0.53
Hex FD FC F 0 0 5E 1 3C 62 35
Octal 375 374 17 0 0 136 1 74 142 65
Binary 11111101 11111100 1111 0 0 1011110 1 111100 1100010 110101

Color Harmonies of #FDFC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC0F

Black with #FDFC0F

Text Example


Text Example

White with #FDFC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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