Html Css Color HEX #FDFC0A Yellow

📋 copy color: '#FDFC0A'

red 253 ◦ green 252 ◦ blue 10

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

Shades of Yellow #FDFC0A

Tints of Yellow #FDFC0A

RGB

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

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

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

R = 49.13%
G = 48.93%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDFC0A (or 0xFDFC0A) is known color: Yellow. HEX triplet: FD, FC and 0A. RGB value is (253,252,10). Sum of RGB (Red+Green+Blue) = 253+252+10=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 10 (4.30% from 255 or 1.94% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFC0A is #0203F5. Grayscale: #E1E1E1. Windows color (decimal): -132086 or 720125. OLE color: 720125.

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

Color convert

RGB 253 252 10 -
CMYK 0 0.00 0.96 0.01
HSL 59.75º 0.98% 0.52% -
HSV(B) 59.75º 0.96% 0.99% -
XYZ 75.37 90.53 13.79 -
YUV 224.71 6.83 148.18 -
System Red Green Blue C M Y K H S L
Decimal 253 252 10 0 0.00 0.96 0.01 59.75 0.98 0.52
Hex FD FC A 0 0 60 1 3C 62 34
Octal 375 374 12 0 0 140 1 74 142 64
Binary 11111101 11111100 1010 0 0 1100000 1 111100 1100010 110100

Color Harmonies of #FDFC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC0A

Black with #FDFC0A

Text Example


Text Example

White with #FDFC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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