Html Css Color HEX #FDF60A Yellow

📋 copy color: '#FDF60A'

red 253 ◦ green 246 ◦ blue 10

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

Shades of Yellow #FDF60A

Tints of Yellow #FDF60A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.33%

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

R = 49.71%
G = 48.33%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDF60A (or 0xFDF60A) is known color: Yellow. HEX triplet: FD, F6 and 0A. RGB value is (253,246,10). Sum of RGB (Red+Green+Blue) = 253+246+10=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 10 (4.30% from 255 or 1.96% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF60A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF60A is #0209F5. Grayscale: #DEDEDE. Windows color (decimal): -133622 or 718589. OLE color: 718589.

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

Color convert

RGB 253 246 10 -
CMYK 0 0.03 0.96 0.01
HSL 58.27º 0.98% 0.52% -
HSV(B) 58.27º 0.96% 0.99% -
XYZ 73.52 86.82 13.17 -
YUV 221.19 8.82 150.69 -
System Red Green Blue C M Y K H S L
Decimal 253 246 10 0 0.03 0.96 0.01 58.27 0.98 0.52
Hex FD F6 A 0 3 60 1 3A 62 34
Octal 375 366 12 0 3 140 1 72 142 64
Binary 11111101 11110110 1010 0 11 1100000 1 111010 1100010 110100

Color Harmonies of #FDF60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF60A

Black with #FDF60A

Text Example


Text Example

White with #FDF60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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