Html Css Color HEX #FDFD0C Yellow

📋 copy color: '#FDFD0C'

red 253 ◦ green 253 ◦ blue 12

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

Shades of Yellow #FDFD0C

Tints of Yellow #FDFD0C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.84%

 BLUE value IS 12 (5.08% from 255) = 2.32%

R = 48.84%
G = 48.84%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDFD0C (or 0xFDFD0C) is known color: Yellow. HEX triplet: FD, FD and 0C. RGB value is (253,253,12). Sum of RGB (Red+Green+Blue) = 253+253+12=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 12 (5.08% from 255 or 2.32% from 518); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFD0C is #0202F3. Grayscale: #E2E2E2. Windows color (decimal): -131828 or 851453. OLE color: 851453.

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

Color convert

RGB 253 253 12 -
CMYK 0 0 0.95 0.01
HSL 60º 0.98% 0.52% -
HSV(B) 60º 0.95% 0.99% -
XYZ 75.7 91.16 13.95 -
YUV 225.53 7.5 147.6 -
System Red Green Blue C M Y K H S L
Decimal 253 253 12 0 0 0.95 0.01 60 0.98 0.52
Hex FD FD C 0 0 5F 1 3C 62 34
Octal 375 375 14 0 0 137 1 74 142 64
Binary 11111101 11111101 1100 0 0 1011111 1 111100 1100010 110100

Color Harmonies of #FDFD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD0C

Black with #FDFD0C

Text Example


Text Example

White with #FDFD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD0C; }

 p { color: rgb(253,253,12); }

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

background-color css

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

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

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

border-color css

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

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

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