Html Css Color HEX #FDF60B Yellow

📋 copy color: '#FDF60B'

red 253 ◦ green 246 ◦ blue 11

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

Shades of Yellow #FDF60B

Tints of Yellow #FDF60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.16%

R = 49.61%
G = 48.24%
B = 2.16%

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

#FDF60B (or 0xFDF60B) is known color: Yellow. HEX triplet: FD, F6 and 0B. RGB value is (253,246,11). Sum of RGB (Red+Green+Blue) = 253+246+11=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 11 (4.69% from 255 or 2.16% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF60B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF60B is #0209F4. Grayscale: #DEDEDE. Windows color (decimal): -133621 or 784125. OLE color: 784125.

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

Color convert

RGB 253 246 11 -
CMYK 0 0.03 0.96 0.01
HSL 58.26º 0.98% 0.52% -
HSV(B) 58.26º 0.96% 0.99% -
XYZ 73.52 86.82 13.2 -
YUV 221.3 9.32 150.61 -
System Red Green Blue C M Y K H S L
Decimal 253 246 11 0 0.03 0.96 0.01 58.26 0.98 0.52
Hex FD F6 B 0 3 60 1 3A 62 34
Octal 375 366 13 0 3 140 1 72 142 64
Binary 11111101 11110110 1011 0 11 1100000 1 111010 1100010 110100

Color Harmonies of #FDF60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF60B

Black with #FDF60B

Text Example


Text Example

White with #FDF60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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